Ejemplo n.º 1
0
 public TransactiontypesController(IUprdTransactionTypeService locRepository, IUprdPipelineService pipelineService)
 {
     this.locService = locRepository;
     //this._pipelineService = pipelineService;
 }
 public PipeLineTransactionTypeController(IUprdPipeTransTypeMapService IPipeTransTypeMapService, IUprdPipelineService pipelineService, IUprdTransactionTypeService transtypeService)
 {
     this._IPipeTransTypeMapService = IPipeTransTypeMapService;
     this._pipelineService          = pipelineService;
     this._transtypeService         = transtypeService;
 }