Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> UpdateCreditorAsync(COA.EnterpriseServices.Creditors.CreditorUpdate updateParams)
 {
     return(base.Channel.UpdateCreditorAsync(updateParams));
 }
Exemplo n.º 2
0
 public bool UpdateCreditor(COA.EnterpriseServices.Creditors.CreditorUpdate updateParams)
 {
     return(base.Channel.UpdateCreditor(updateParams));
 }