Beispiel #1
0
 public DoctorsService(ApbdContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public AppController(ApbdContext context)
 {
     _context = context;
 }