Esempio n. 1
0
 public string InsertUpdateEmployeeLogs(BrokerageOnline.TransferObjects.EmployeeLogs EmployeeLogsBO, out string error)
 {
     BrokerageOnline.Presentation.SecurityServiceRef.InsertUpdateEmployeeLogsRequest inValue = new BrokerageOnline.Presentation.SecurityServiceRef.InsertUpdateEmployeeLogsRequest();
     inValue.EmployeeLogsBO = EmployeeLogsBO;
     BrokerageOnline.Presentation.SecurityServiceRef.InsertUpdateEmployeeLogsResponse retVal = ((BrokerageOnline.Presentation.SecurityServiceRef.ISecurityService)(this)).InsertUpdateEmployeeLogs(inValue);
     error = retVal.error;
     return(retVal.InsertUpdateEmployeeLogsResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <BrokerageOnline.Presentation.SecurityServiceRef.InsertUpdateEmployeeLogsResponse> InsertUpdateEmployeeLogsAsync(BrokerageOnline.Presentation.SecurityServiceRef.InsertUpdateEmployeeLogsRequest request)
 {
     return(base.Channel.InsertUpdateEmployeeLogsAsync(request));
 }
Esempio n. 3
0
 BrokerageOnline.Presentation.SecurityServiceRef.InsertUpdateEmployeeLogsResponse BrokerageOnline.Presentation.SecurityServiceRef.ISecurityService.InsertUpdateEmployeeLogs(BrokerageOnline.Presentation.SecurityServiceRef.InsertUpdateEmployeeLogsRequest request)
 {
     return(base.Channel.InsertUpdateEmployeeLogs(request));
 }