Skip to content

Instantly share code, notes, and snippets.

@jsanjuan2016
Last active January 18, 2021 15:56
Show Gist options
  • Save jsanjuan2016/637fab92e211d74210ebc7ebacfc4937 to your computer and use it in GitHub Desktop.
Save jsanjuan2016/637fab92e211d74210ebc7ebacfc4937 to your computer and use it in GitHub Desktop.
public class RectangleParameters : IShapeParameters
{
public double width { get; set; }
public double height { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment