public ProductVersionController()
 {
     _service             = new ProductVersionSerivce();
     _productLineSerivce  = new ProductLineSerivce();
     _workFlowItemService = new WorkFlowItemService();
     _dtoService          = new ProductVersionDtoService();
 }
예제 #2
0
 public ProductCodeController()
 {
     _service            = new ProductCodeSerivce();
     _ancillarySerivce   = new AncillarySerivce();
     _productLineSerivce = new ProductLineSerivce();
     _dtoService         = new ProductCodeDtoService();
 }
예제 #3
0
 //private readonly WorkFlowItemService _workFlowItemService;
 public ProductSuiteController()
 {
     _service             = new ProductSuiteSerivce();
     _versionSerivce      = new ProductVersionSerivce();
     _lineSerivce         = new ProductLineSerivce();
     _workFlowItemService = new WorkFlowItemService();
     _dtoService          = new ProductSuiteDtoService();
 }
예제 #4
0
 public ProductLineController()
 {
     _service    = new ProductLineSerivce();
     _dtoService = new ProductLineDtoService();
 }