コード例 #1
0
ファイル: Reference.cs プロジェクト: rahman-vali/Valiasr
 public System.Threading.Tasks.Task <string> AddLawyerToAccountAsync(System.Guid accountId, Valiasr.UI.WPF.ServiceReferencePerson.LawyerDto lawyerDto)
 {
     return(base.Channel.AddLawyerToAccountAsync(accountId, lawyerDto));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: rahman-vali/Valiasr
 public string AddLawyerToAccount(System.Guid accountId, Valiasr.UI.WPF.ServiceReferencePerson.LawyerDto lawyerDto)
 {
     return(base.Channel.AddLawyerToAccount(accountId, lawyerDto));
 }