public bool Update(DishTypeInfo dishTypeInfo) { return(DishTypeInfoDal.Update(dishTypeInfo) > 0); }
public bool Edit(DishTypeInfo dti) { return(dtiDal.Update(dti) > 0); }
public bool Update(DishTypeInfo model) { return(dal.Update(model) > 0); }