Exemple #1
0
 public FileAdapterFactory(IPosColumnMapService posColumnMapService, IPosOrderMappingService posOrderMappingService, ICountryService countryService, ICommonFileService commonFileService)
 {
     this._posColumnMapService    = posColumnMapService;
     this._posOrderMappingService = posOrderMappingService;
     this._countryService         = countryService;
     this._commonFileService      = commonFileService;
 }
Exemple #2
0
 public FileService(IPosDataService posDataService, IPosColumnMapService posColumnMapService, IUploadLogService uploadLogSerivice, ILoginService loginService, FileAdapterFactory fileAdapterFactory, IPosService posService, ICommonFileService commonFileService)
 {
     this._posDataService      = posDataService;
     this._posColumnMapService = posColumnMapService;
     this._uploadLogService    = uploadLogSerivice;
     this._loginService        = loginService;
     this._fileAdapterFactory  = fileAdapterFactory;
     this._posService          = posService;
     this._commonFileService   = commonFileService;
 }
 public FileExcel(IPosColumnMapService posColumnMapService)
 {
     this._posColumnMapService = posColumnMapService;
 }