Skip to content

Instantly share code, notes, and snippets.

@JakeGinnivan
Created July 7, 2014 12:34
Show Gist options
  • Select an option

  • Save JakeGinnivan/61a10ecbb098fad2289b to your computer and use it in GitHub Desktop.

Select an option

Save JakeGinnivan/61a10ecbb098fad2289b to your computer and use it in GitHub Desktop.
public class Proto
{
public bool MyFlag { get; set; }
public bool HasMyFlag { get; set; }
}
public class Dto
{
public bool? MyFlag { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment