コード例 #1
0
 public DoctorController(MedicalDbContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: MedicalDbService.cs プロジェクト: s17057/Cw11
 public MedicalDbService(MedicalDbContext context)
 {
     _context = context;
 }
コード例 #3
0
 public MedicamentController(MedicalDbContext context)
 {
     _context = context;
 }