예제 #1
0
 public ReportController(IReportsService reportsService, IReportsContext reportsContext, IRoleService roleService)
 {
     _reportsService = reportsService;
     _reportsContext = reportsContext;
     _roleService = roleService;
 }
예제 #2
0
 public CategoryController(IReportsContext reportsContext)
 {
     _reportsContext = reportsContext;
 }