Example #1
0
 public ScheduleDemo()
 {
     _wordExportService = _wordExportService.Resolve();
 }
Example #2
0
 public WordExportServiceTest()
 {
     _wordExportService = _wordExportService.Resolve();
 }