コード例 #1
0
        public IHttpActionResult GetEmployments()
        {
            var employments = service.GetAll();

            return(Ok(employments));
        }