示例#1
0
 public FileAdapterFactory(IPosColumnMapService posColumnMapService, IPosOrderMappingService posOrderMappingService, ICountryService countryService, ICommonFileService commonFileService)
 {
     this._posColumnMapService    = posColumnMapService;
     this._posOrderMappingService = posOrderMappingService;
     this._countryService         = countryService;
     this._commonFileService      = commonFileService;
 }
示例#2
0
 public FileText(IPosOrderMappingService posOrderMappingService, ICountryService countryService, ICommonFileService commonFileService)
 // public FileText(IPosOrderMappingService posOrderMappingService,   ICommonFileService commonFileService)
 {
     this._posOrderMappingService = posOrderMappingService;
     this._countryService         = countryService;
     this._commonFileService      = commonFileService;
 }
示例#3
0
 public PosOrderMappingController(IPosOrderMappingService posOrderMappingService)
 {
     this._posOrderMappingService = posOrderMappingService;
 }