public void Update(Edi_SalesItem_855 instance) { if (instance == null) { throw new ArgumentNullException(); } this._repository.Update(instance); }
public string Create(Edi_SalesItem_855 instance) { if (instance == null) { throw new ArgumentNullException(); } return(this._repository.Create(instance)); }