You could also use the LINQ extension methods: public async Task<List<PersonDto>> GetListAsync(string filter) { //Obtain the IQueryable<Person> ...
確定! 回上一頁