예제 #1
0
        public IEnumerable <Measurement> Get()
        {
            var list = Service.All().ToList();

            return(Service.All());
        }