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