public MedicineBusiness(IMedicineContext medicineContext) { _medicineContext = medicineContext ?? throw new ArgumentNullException(nameof(medicineContext)); }
/// <summary> /// /// </summary> /// <param name="context"></param> public MedicineRepository(IMedicineContext context) { _context = context; }