Example #1
0
 public void DeleteSapcustomer(I_Sapcustomer sapcustomer)
 {
     this.DataProvider.Delete(sapcustomer);
 }
Example #2
0
 public void UpdateSapcustomer(I_Sapcustomer sapcustomer)
 {
     this.DataProvider.Update(sapcustomer);
 }
Example #3
0
 public void AddSapcustomer(I_Sapcustomer sapcustomer)
 {
     this.DataProvider.Insert(sapcustomer);
 }