예제 #1
0
 public void DeleteTemplate([FromBody] string templateName)
 {
     _pizzaRepo.DeleteBannerTemplate(templateName);
 }