Exemplo n.º 1
0
 public List <Dish> GetListDish()
 {
     if (dal.GetListDish().Count() == 0)
     {
         throw new Exception("there are no dishes");
     }
     return(dal.GetListDish());
 }