public UsersController(IZcraPortalRepo repository, IOptions <JWTSettings> jwtsettings, IMapper mapper, IConfiguration configuration) { _repository = repository; _jwtsettings = jwtsettings.Value; _mapper = mapper; _configuration = configuration; }
public GuidelineTypesController(IZcraPortalRepo repository, IMapper mapper) { _repository = repository; _mapper = mapper; }
public QuickAccessToolsController(IZcraPortalRepo repository, IMapper mapper, IConfiguration configuration) { _repository = repository; _mapper = mapper; _configuration = configuration; }
public MemosController(IZcraPortalRepo repository, IMapper mapper, IConfiguration configuration) { _repository = repository; _mapper = mapper; _configuration = configuration; }