/// <summary> /// Gets the hr. /// </summary> /// <returns></returns> public async Task <List <string> > GetHR() { return(await dbContext.GetHR()); }