public void DeleteSapcustomer(I_Sapcustomer sapcustomer) { this.DataProvider.Delete(sapcustomer); }
public void UpdateSapcustomer(I_Sapcustomer sapcustomer) { this.DataProvider.Update(sapcustomer); }
public void AddSapcustomer(I_Sapcustomer sapcustomer) { this.DataProvider.Insert(sapcustomer); }