コード例 #1
0
        public SamplePatientEHRRecords(IPatientEHRRecordService patientEHRRecordService, PatientEHRContext context)
        {
            _PatientEHRRecordService = patientEHRRecordService;

            _context = context;
        }
コード例 #2
0
 public PatientEHRRecordService(PatientEHRContext context)
 {
     _context = context;
 }