Example #1
0
 public ContactPersonsController(HoodAidContext context)
 {
     _context = context;
 }
Example #2
0
 public UsersController(HoodAidContext context)
 {
     _context = context;
 }
Example #3
0
 public HealthAuthoritiesController(HoodAidContext context)
 {
     _context = context;
 }
Example #4
0
 public SymptomsController(HoodAidContext context)
 {
     _context = context;
 }
Example #5
0
 public PeopleController(HoodAidContext context)
 {
     _context = context;
 }
Example #6
0
 public PatientsController(HoodAidContext context)
 {
     _context = context;
 }
Example #7
0
 public DiaryEntriesController(HoodAidContext context)
 {
     _context = context;
 }