Skip to content

Instantly share code, notes, and snippets.

@c1982
Created August 27, 2015 16:03
Show Gist options
  • Save c1982/6483674507136a8d9341 to your computer and use it in GitHub Desktop.
Save c1982/6483674507136a8d9341 to your computer and use it in GitHub Desktop.
MethodResult
public class MethodResult
{
public bool Status { get; set; }
public string Msg { get; set; }
public string HowToResolve { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment