Minor cleanup
This commit is contained in:
@@ -95,7 +95,6 @@ public class PeopleService : IPeopleService
|
||||
public async Task<List<CountryOption>> GetCountryOptionsAsync()
|
||||
{
|
||||
return await ctx.Countries
|
||||
.AsNoTracking()
|
||||
.OrderBy(d => d.Name)
|
||||
.Select(d => new CountryOption(d.Code, d.Name))
|
||||
.ToListAsync();
|
||||
|
||||
Reference in New Issue
Block a user