Example #1
0
 public System.Threading.Tasks.Task <ServiceReference3.MsgGetStaffInfoResponse> GetStaffInfoBySnilsAsync(string Snils)
 {
     ServiceReference3.MsgGetStaffInfoRequest inValue = new ServiceReference3.MsgGetStaffInfoRequest();
     inValue.Snils = Snils;
     return(((ServiceReference3.StaffPortfolioService)(this)).GetStaffInfoBySnilsAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <ServiceReference3.MsgGetStaffInfoResponse> ServiceReference3.StaffPortfolioService.GetStaffInfoBySnilsAsync(ServiceReference3.MsgGetStaffInfoRequest request)
 {
     return(base.Channel.GetStaffInfoBySnilsAsync(request));
 }