Beispiel #1
0
        public void UpdateSupplierType(R_SupplierType t)
        {
            //Requires.NotNull(t);
            //Requires.PropertyNotNegative(t, "SupplierTypeId");

            t.Update();
        }
Beispiel #2
0
 public void DeleteSupplierType(R_SupplierType t)
 {
     t.IsDeleted = true;
     t.Update();
 }