コード例 #1
0
 public PatientRepository(MyDbContext context)
 {
     _context = context;
 }