예제 #1
0
 public System.Threading.Tasks.Task ChangeExportStateAsync(System.Guid _guid, ExcelConsoleApplication.ExcelExportStateServiceReference.ExportState _exportState)
 {
     return(base.Channel.ChangeExportStateAsync(_guid, _exportState));
 }
예제 #2
0
 public void ChangeExportState(System.Guid _guid, ExcelConsoleApplication.ExcelExportStateServiceReference.ExportState _exportState)
 {
     base.Channel.ChangeExportState(_guid, _exportState);
 }