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