public ImageController(UserManager <AppUser> userManager, IEasyCachingProviderFactory cachingProviderFactory, AuthentificationContext db) { redisController = new RedisService(cachingProviderFactory); _userManager = userManager; rpcClient = new RpcClientService(); _db = db; }
public CountController(AuthentificationContext context) { _context = context; }
public UserProfileController(UserManager <ApplicationUser> userManager, IOptions <ApplicationSettings> appSettings, AuthentificationContext context) { _userManager = userManager; _appSettings = appSettings.Value; _context = context; }
public QuestionsController(UserManager <AppUser> userManager, AuthentificationContext db) { _userManager = userManager; _db = db; }
public TypePatrimoinesController(AuthentificationContext context) { _context = context; }
public ValuesController(AuthentificationContext context) { }
public ImageService(RedisService cachingProviderFactory, AuthentificationContext db) { redisController = cachingProviderFactory; rpcClient = new RpcClientService(); _db = db; }
public UserProfileController(UserManager <AppUser> userManager, AuthentificationContext db) { _userManager = userManager; _db = db; }
public DirectionsController(AuthentificationContext context) { _context = context; }
public PatremoinesController(AuthentificationContext context) { _context = context; }
public ResidencesController(AuthentificationContext context) { _context = context; }
public SubscriptionController(AuthentificationContext db, UserManager <AppUser> userManager) { _db = db; _userManager = userManager; }
public GradesController(AuthentificationContext context) { _context = context; }
public PaymentDetailsController(AuthentificationContext context) { _context = context; }
public MessageHub(AuthentificationContext db) { _db = db; }
public ContactDetailController(AuthentificationContext context) { _context = context; }