Пример #1
0
 public SongInPollContract(SongInPoll songInPoll)
 {
     Id        = songInPoll.Id;
     Name      = songInPoll.Song.Name;
     NicoId    = songInPoll.Song.NicoId;
     SongId    = songInPoll.Song.Id;
     SortIndex = songInPoll.SortIndex;
     VoteCount = songInPoll.VoteCount;
 }
Пример #2
0
 public SongWVRPlacementContract(SongInPoll songInPoll)
 {
     PollId    = songInPoll.Poll.Id;
     PollName  = songInPoll.Poll.Name;
     SortIndex = songInPoll.SortIndex;
 }