示例#1
0
        public IList <Domain.EntityViews.Visit.Visit> List(Guid patientId, DateTime startDate, DateTime endDate)
        {
            HasToBeAuthenticated();

            return(_visitService.List(patientId, startDate, endDate));
        }