Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. public class SpecialtyEntity
  2.     {
  3.         [Key]
  4.         public string Name { get; set; }
  5.  
  6.         public string AdditionalInfo { get; set; }
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement