/// <summary> /// Gets the employee user view model. /// </summary> /// <param name="id">The identifier.</param> /// <returns></returns> public async Task <EmployeeUserViewModel> GetEmployeeUserViewModel(Guid id) { return(await dbContext.GetEmployeeUserViewModel(id)); }