Example #1
0
 public void Add(DrinkAddVM model)
 {
     if (ModelState.IsValid)
     {
         DrinkService.Add(model);
     }
 }