Пример #1
0
 public CommentContract()
 {
     if (User == null)
     {
         User = new UserShortInfoContract();
     }
 }
Пример #2
0
 public PetProfileContract()
 {
     Posts = new List <PostShortContract>();
     Owner = new UserShortInfoContract();
 }