示例#1
0
        public async Task <IHttpActionResult> GetReport(string customer_id, string employer_id, string job_id, string from_date, string to_date)
        {
            var art = await objInterview.GetReport(customer_id, employer_id, job_id, from_date, to_date);

            return(Ok(art));
        }