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

            List <Prescription> searchResult = service.FindPrescriptionsForCommentParameter(1, "Bolnica");

            Assert.Empty(searchResult);
        }