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