コード例 #1
0
 public void CreatePromoCode(PromoCode PromoCode)
 {
     PromoCodeRepository.Add(PromoCode);
 }