public void UpdateSupplierType(R_SupplierType t) { //Requires.NotNull(t); //Requires.PropertyNotNegative(t, "SupplierTypeId"); t.Update(); }
public void DeleteSupplierType(R_SupplierType t) { t.IsDeleted = true; t.Update(); }