Ejemplo n.º 1
0
        public async Task <IHttpActionResult> GetEmployerListWithJobCount(int customer_id)
        {
            var art = await objEmployer.GetEmployerListWithJobCount(customer_id);

            return(Ok(art));
        }