Ejemplo n.º 1
0
 public BatchMasterController()
 {
     _batchMasterRepository = new BatchMasterRepository();
 }
Ejemplo n.º 2
0
 public BatchMasterService(IBatchMasterRepository batchMasterRepository)
     : base(batchMasterRepository, "BatchMasterPostSaveValidate", "BatchMasterSaveRelative", "BatchMasterToggleApproved", "BatchMasterToggleVoid")
 {
     this.batchMasterRepository = batchMasterRepository;
 }