Beispiel #1
0
 public OptionsController(StudyCContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public UserStudiesController(StudyCContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ContactsController(StudyCContext context)
 {
     _context = context;
 }