Beispiel #1
0
 public Boolean Insert(BusinessModels.LocalSupplier LocalSupplier)
 {
     return(_dataLayer.Insert(LocalSupplier));
 }
Beispiel #2
0
 public Boolean Update(BusinessModels.LocalSupplier LocalSupplier)
 {
     return(_dataLayer.Update(LocalSupplier));
 }