예제 #1
0
 public PatientsController(s19991Context context)
 {
     _context = context;
 }
예제 #2
0
파일: EfDbService.cs 프로젝트: s19991/APBD
 public EfDbService(s19991Context context)
 {
     _context = context;
 }
예제 #3
0
 public MsSqlDbService(s19991Context context)
 {
     _context = context;
 }
예제 #4
0
 public DoctorsController(s19991Context context)
 {
     _context = context;
 }