/// <summary> /// Gets the candidate search detail. /// </summary> /// <param name="name">The name.</param> /// <returns></returns> public async Task <List <Candidates> > GetCandidateSearchDetail(string name) { return(await dbContext.GetCandidateSearchDetail(name)); }