Пример #1
0
 public Giveaway GetGiveawayByID(int giveawayId)
 {
     return(giveawayRepository.GetGiveawayByID(giveawayId));
 }