Advertisement
Guest User

ViewModel BaseClass

a guest
Aug 29th, 2011
956
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1.  public class ViewModel
  2.     {
  3.         public string Message { get; set; }
  4.         public bool Success { get; set; }
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement