示例#1
0
        internal bool DeleteMealsOfDayInAWeek(int dayMealId, int week, int day)
        {
            DBservices dbs       = new DBservices();
            int        afffected = dbs.DeleteMealsOfDayInAWeek(dayMealId, week, day);

            return(afffected == 1);
        }