Esempio n. 1
0
        public void TestGetById()
        {
            var AppointmentTypeService = new AppointmentTypeServices(_AppointmentTypeRepository.Object);
            var result = AppointmentTypeService.GetById(1);

            Assert.NotNull(result);
        }