コード例 #1
0
 public UserRepo(TContext context, IOptions <JwtOpt> jwtOpt)
 {
     _context = context;
     _jwtOpt  = jwtOpt.Value;
 }
コード例 #2
0
 public TrafficUpdateRepo(TContext context)
 {
     _context = context;
 }
コード例 #3
0
 public VacancyRepo(TContext context)
 {
     _context = context;
 }
コード例 #4
0
 public BrainTeaserRepo(TContext context)
 {
     _context = context;
 }
コード例 #5
0
 public ArticleRepo(TContext context)
 {
     _context = context;
 }
コード例 #6
0
 public ContactRepo(TContext context)
 {
     _context = context;
 }
コード例 #7
0
 public PrivilegeRepo(TContext context)
 {
     _context = context;
 }
コード例 #8
0
 public TrafficCommentRepo(TContext context)
 {
     _context = context;
 }
コード例 #9
0
 public ArticleCommentRepo(TContext context)
 {
     _context = context;
 }
コード例 #10
0
 public RoleRepo(TContext context)
 {
     _context = context;
 }
コード例 #11
0
 public CommentLikeRepo(TContext context)
 {
     _context = context;
 }