Esempio n. 1
0
 public Task <Pr0grammResponse> Vote(IPr0grammTag tag, Vote absoluteVote)
 {
     if (tag == null)
     {
         throw new ArgumentNullException(nameof(tag));
     }
     return(Vote(tag.Id, absoluteVote));
 }
Esempio n. 2
0
 public Task<Pr0grammResponse> Vote(IPr0grammTag tag, Vote absoluteVote)
 {
     if (tag == null)
         throw new ArgumentNullException(nameof(tag));
     return Vote(tag.Id, absoluteVote);
 }