Пример #1
0
 public bool IsMealExist(string name)
 {
     return(dao.IsMealExist(name));
 }