Example #1
0
 public System.Threading.Tasks.Task <string> AddLawyerToAccountAsync(System.Guid accountId, Valiasr.UI.WPF.ServiceReferencePerson.LawyerDto lawyerDto)
 {
     return(base.Channel.AddLawyerToAccountAsync(accountId, lawyerDto));
 }
Example #2
0
 public string AddLawyerToAccount(System.Guid accountId, Valiasr.UI.WPF.ServiceReferencePerson.LawyerDto lawyerDto)
 {
     return(base.Channel.AddLawyerToAccount(accountId, lawyerDto));
 }