Skip to content

Instantly share code, notes, and snippets.

@mczachurski
Last active October 10, 2017 19:22
Show Gist options
  • Save mczachurski/b318944e8f72a13da64f419ca3cae516 to your computer and use it in GitHub Desktop.
Save mczachurski/b318944e8f72a13da64f419ca3cae516 to your computer and use it in GitHub Desktop.
public class GroupDto
{
public string Name { get; set; }
public string SvgIcon { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment