Example #1
0
 public MovieDto AddPromoCode([FromBody] PromoCodeDto promoCodeDto)
 {
     return(moviesService.AddPromoCode(promoCodeDto));
 }