Exemple #1
0
 public void ApplyBanner(ApplyBannerReq req)
 {
     _pizzaRepo.ApplyBanner(req.BannerName);
 }