public ReportController(IReportService reportService, ApplicationUserManager userManager, ApplicationSignInManager signInManager, IMapper mapper, ICosoService cosoService) : base(userManager, mapper, signInManager) { _reportService = reportService; _cosoService = cosoService; }
public CoSoController(ApplicationUserManager userManager, ApplicationSignInManager signInManager, IMapper mapper, ICosoService cosoService) : base(userManager, mapper, signInManager) { _cosoService = cosoService; }