Пример #1
0
 public AttLogs.AttServProd.ImportedSchedulesInfo ImportSchedules(string CompanyIdentification, string UserIdentification, byte[] FileToImport, bool OverwritePrevious)
 {
     AttLogs.AttServProd.ImportSchedulesRequest inValue = new AttLogs.AttServProd.ImportSchedulesRequest();
     inValue.CompanyIdentification = CompanyIdentification;
     inValue.UserIdentification    = UserIdentification;
     inValue.FileToImport          = FileToImport;
     inValue.OverwritePrevious     = OverwritePrevious;
     AttLogs.AttServProd.ImportSchedulesResponse retVal = ((AttLogs.AttServProd.AttendanceServiceSoap)(this)).ImportSchedules(inValue);
     return(retVal.ImportSchedulesResult);
 }
Пример #2
0
 AttLogs.AttServProd.ImportSchedulesResponse AttLogs.AttServProd.AttendanceServiceSoap.ImportSchedules(AttLogs.AttServProd.ImportSchedulesRequest request)
 {
     return(base.Channel.ImportSchedules(request));
 }