コード例 #1
0
 public PromoCode GetPromoCode(string promoCode)
 {
     return(_promoCodeRepository.GetByPromoCode(promoCode));
 }