public SamplePatientEHRRecords(IPatientEHRRecordService patientEHRRecordService, PatientEHRContext context)
        {
            _PatientEHRRecordService = patientEHRRecordService;

            _context = context;
        }
Пример #2
0
 public PatientEHRRecordService(PatientEHRContext context)
 {
     _context = context;
 }