Exemplo n.º 1
0
 public SearchController(WeCareContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public PatientsController(WeCareContext context)
 {
     _context = context;
 }