コード例 #1
0
 public PharmaceuticalPrescriptionRepository(IObjectTranslator <PharmaceuticalPrescriptionState, PharmaceuticalPrescription> prescriptionTranslator,
                                             IObjectTranslator <IEvent, EventState> eventTranslator,
                                             IAsyncDbContextFactory <HealthcareContext> contextFactory)
     : base(prescriptionTranslator, eventTranslator, contextFactory)
 {
 }