Exemplo n.º 1
0
 public BillService(VarolistaDbContext context, IMapper mapper,
                    IBillTypeService billTypeService, ICostTypeService costTypeService,
                    IReportService reportService)
     : base(context, mapper)
 {
     _billTypeService = billTypeService;
     _costTypeService = costTypeService;
     _reportService   = reportService;
 }
 public BillTypeController(IBillTypeService billTypeService)
 {
     _billTypeService = billTypeService;
 }
 public BillTypeController(IBillTypeService billTypeService)
 {
     _billTypeService = billTypeService;
 }