Beispiel #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);
 }
Beispiel #2
0
 public InsertUpdateEmployeeLogsRequest(BrokerageOnline.TransferObjects.EmployeeLogs EmployeeLogsBO)
 {
     this.EmployeeLogsBO = EmployeeLogsBO;
 }