Beispiel #1
0
 public SubmissionsController(EmpowerAIContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public UsersController(EmpowerAIContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public CompanyInfoesController(EmpowerAIContext context)
 {
     _context = context;
 }