Exemplo n.º 1
0
        public IHttpActionResult GetEmployee()
        {
            var model = context.PROC_EMPLOYEE_SELECT();

            return(Ok(model));
        }