Пример #1
0
 public MasterReleaseBrief(UserData userData, CommunityBrief community, string catno, string year, int id, IReadOnlyList <string> style, string thumb, string title, IReadOnlyList <string> label, IReadOnlyList <string> format, IReadOnlyList <string> barcode, IReadOnlyList <string> genre, string country, string uri, string coverImage)
 {
     UserData   = userData;
     Community  = community;
     Catno      = catno;
     Year       = year;
     Id         = id;
     Style      = style;
     Thumb      = thumb;
     Title      = title;
     Label      = label;
     Format     = format;
     Barcode    = barcode;
     Genre      = genre;
     Country    = country;
     Uri        = uri;
     CoverImage = coverImage;
 }
Пример #2
0
 public Stats(UserData user, CommunityBrief community)
 {
     User      = user;
     Community = community;
 }