예제 #1
0
        public IHttpActionResult GetBedCount()
        {
            var result = _service.GetBedCount();

            return(Ok(result));
        }