Esempio n. 1
0
 public System.Threading.Tasks.Task <string> AddCustomerToAccountAsync(System.Guid accountId, Valiasr.UI.WPF.ServiceReferencePerson.CustomerDto customerDto)
 {
     return(base.Channel.AddCustomerToAccountAsync(accountId, customerDto));
 }
Esempio n. 2
0
 public string AddCustomerToAccount(System.Guid accountId, Valiasr.UI.WPF.ServiceReferencePerson.CustomerDto customerDto)
 {
     return(base.Channel.AddCustomerToAccount(accountId, customerDto));
 }