Пример #1
0
 public bool HasTag(int mealID, int categoryID)
 {
     return(dao.HasTag(mealID, categoryID));
 }