예제 #1
0
 public ExcelServiceBase(IStateExcelService state)
 {
     _state           = state;
     _state.WorkPhase = "ExcelService";
 }
예제 #2
0
 public ExcelYad2Service(IStateExcelService state) : base(state)
 {
 }
예제 #3
0
 public ExcelWinWinService(IStateExcelService state) : base(state)
 {
 }
예제 #4
0
 public ExcelKomoService(IStateExcelService state) : base(state)
 {
 }
예제 #5
0
 public ExcelAirdnaService(IStateExcelService state) : base(state)
 {
 }
예제 #6
0
 public ExcelOnmapService(IStateExcelService state) : base(state)
 {
 }
예제 #7
0
 public ExcelHomeLessService(IStateExcelService state) : base(state)
 {
 }