/// <summary>
 /// Initializes a new instance of the <see cref="UserLikesCollection"/> class.
 /// </summary>
 public UserLikesCollection()
 {
     Data = new List<Page>(); Paging = new Paging();
 }
Exemple #2
0
 public FriendCollection()
 {
     Data = new List<FriendData>();
     Paging = new Paging();
 }