Advertisement
Guest User

ddddd

a guest
May 23rd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.39 KB | None | 0 0
  1.     public class Test
  2.     {
  3.         public int Test1 { get; set; }
  4.         public string Test2 { get; set; }
  5.         public int Test3 { get; set; }
  6.         public string Test4 { get; set; }
  7.  
  8.     }
  9.     public class AddCommentRequest
  10.     {
  11.         public int AlertId { get; set; }
  12.  
  13.         public string Comment { get; set; }
  14.  
  15.         public int? PerformedByUserId { get; set; }
  16.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement