Exemplo n.º 1
0
 public StudentsController(IStudentsDbService dbservice, IConfiguration configuration, IJWTauthService JWTauthService, s16796Context context)
 {
     _context        = context;
     _dbService      = dbservice;
     _JWTauthService = JWTauthService;
 }
Exemplo n.º 2
0
 public StudentsController(IStudentsDbService dbservice, IConfiguration configuration, IJWTauthService JWTauthService)
 {
     _dbService      = dbservice;
     _JWTauthService = JWTauthService;
 }