コード例 #1
0
 public GenderRepository(HospitalDbContext hospitalDbContext)
 {
     _hospitalDbContext = hospitalDbContext;
 }