Exemple #1
0
 public UserCompanyController(adminijoin_databaseContext context)
 {
     _context = context;
 }
Exemple #2
0
 public UserService(adminijoin_databaseContext context, IOptions <AppSettings> appSettings)
 {
     _context     = context;
     _appSettings = appSettings.Value;
 }
Exemple #3
0
 public RoleController(adminijoin_databaseContext context)
 {
     _context = context;
 }
Exemple #4
0
 public CourseTypeController(adminijoin_databaseContext context)
 {
     _context = context;
 }