示例#1
0
        public IEnumerable <Appointment> Get()
        {
            AppointmentLogic aptLogic = new AppointmentLogic(_unitOfWork);

            return(aptLogic.ReadAll());
        }