public int Insert(TypeRest tm) { context.inserTypeMeal( tm.trest_name ); return(context.SaveChanges()); }
public int Update(TypeRest tm) { context.updateTypeMeal( tm.id_trest, tm.trest_name ); return(context.SaveChanges()); }