Beispiel #1
0
 public System.Threading.Tasks.Task <string> AddAccountAsync(Valiasr.UI.WPF.ServiceReferencePerson.AccountDto accountDto)
 {
     return(base.Channel.AddAccountAsync(accountDto));
 }
Beispiel #2
0
 public string AddAccount(Valiasr.UI.WPF.ServiceReferencePerson.AccountDto accountDto)
 {
     return(base.Channel.AddAccount(accountDto));
 }