public SQLCollectionDbService(JuicyDBContext context)
 {
     _context = context;
 }
예제 #2
0
 public SQLItemDbService(JuicyDBContext context)
 {
     _context = context;
 }
예제 #3
0
 public SQLUserDbService(JuicyDBContext context, IOptions <JWTSettings> jwtSettings)
 {
     _context     = context;
     _jwtSettings = jwtSettings.Value;
 }