public async Task <IHttpActionResult> GetEmployerListWithJobCount(int customer_id) { var art = await objEmployer.GetEmployerListWithJobCount(customer_id); return(Ok(art)); }