예제 #1
0
        public IHttpActionResult GetAllEmployees()
        {
            MbsResult retVal = EmployeeFacade.GetAllEmployees();

            return(Ok(retVal));
        }