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