Example #1
0
 public ReviewAgainsController(TRPRContext context)
 {
     _context = context;
 }
 public ResearchersController(TRPRContext context)
 {
     _context = context;
 }
Example #3
0
 public PaperInfoController(TRPRContext context)
 {
     _context = context;
 }
Example #4
0
 public KeywordsController(TRPRContext context)
 {
     _context = context;
 }
Example #5
0
 public SubscriptionsController(TRPRContext context, IConfiguration configuration)
 {
     _context       = context;
     _configuration = configuration;
 }
 public ResearcherProfileController(TRPRContext context)
 {
     _context = context;
 }
Example #7
0
 public WebPushController(TRPRContext context, IConfiguration configuration)
 {
     _context       = context;
     _configuration = configuration;
 }
Example #8
0
 public ReviewAssignsController(ApplicationDbContext dbcontext, UserManager <IdentityUser> userManager, TRPRContext context)
 {
     _context     = context;
     _dbcontext   = dbcontext;
     _userManager = userManager;// serviceProvider.GetRequiredService<UserManager<IdentityRole>>();
 }
Example #9
0
 public ExpertisesController(TRPRContext context)
 {
     _context = context;
 }
Example #10
0
 public HomeController(TRPRContext context)
 {
     _context = context;
 }
Example #11
0
 public CommentsController(TRPRContext context, UserManager <IdentityUser> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }
Example #12
0
 public InstitutesController(TRPRContext context)
 {
     _context = context;
 }
Example #13
0
 public CommentsController(TRPRContext context)
 {
     _context = context;
 }
Example #14
0
 public PaperTypesController(TRPRContext context)
 {
     _context = context;
 }
Example #15
0
 public LoginModel(SignInManager <IdentityUser> signInManager, ILogger <LoginModel> logger, TRPRContext context)
 {
     _signInManager = signInManager;
     _logger        = logger;
     _context       = context;
 }
Example #16
0
 public PaperReviewsController(TRPRContext context)
 {
     _context = context;
 }
Example #17
0
 public FilesController(TRPRContext context)
 {
     _context = context;
 }
Example #18
0
 public StatusController(TRPRContext context)
 {
     _context = context;
 }
Example #19
0
 public RecommendsController(TRPRContext context)
 {
     _context = context;
 }