Пример #1
0
        public void Not_Found_Prescriptions_With_Medicines_Searh_Parameter()
        {
            PrescriptionService service = new PrescriptionService(CreateStubRepository());

            List <Prescription> searchResult = service.FindPrescriptionsForMedicamentsParameter(1, "Kafetin");

            Assert.Empty(searchResult);
        }