Ejemplo n.º 1
0
 public ReportController(IReportService reportService, ApplicationUserManager userManager, ApplicationSignInManager signInManager, IMapper mapper, ICosoService cosoService) : base(userManager, mapper, signInManager)
 {
     _reportService = reportService;
     _cosoService   = cosoService;
 }
Ejemplo n.º 2
0
 public CoSoController(ApplicationUserManager userManager, ApplicationSignInManager signInManager, IMapper mapper, ICosoService cosoService) : base(userManager, mapper, signInManager)
 {
     _cosoService = cosoService;
 }