Skip to content

Instantly share code, notes, and snippets.

@kshyju
Created April 23, 2014 03:19
Show Gist options
  • Save kshyju/11201783 to your computer and use it in GitHub Desktop.
Save kshyju/11201783 to your computer and use it in GitHub Desktop.
public class ValdationResult
{
public bool Status { Set;get;}
public List<string> Errors { set;get;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment