Ejemplo n.º 1
0
        public async Task <IActionResult> GetEmployeeByPhone(string Phone)
        {
            var response = await HealthService.GetEmployeeByPhone(Phone);//, SiteId);

            // Return as http response
            return(response.ToHttpResponse());
        }