Browse Source

Use `ExtensiblePagedAndSortedResultRequestDto` as `UserLookupSearchInputDto` base class.

Close #19939
pull/19940/head
maliming 2 years ago
committed by GitHub
parent
commit
5fc1919391
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      modules/identity/src/Volo.Abp.Identity.Application.Contracts/Volo/Abp/Identity/UserLookupSearchInputDto.cs

2
modules/identity/src/Volo.Abp.Identity.Application.Contracts/Volo/Abp/Identity/UserLookupSearchInputDto.cs

@ -2,7 +2,7 @@
namespace Volo.Abp.Identity;
public class UserLookupSearchInputDto : PagedAndSortedResultRequestDto
public class UserLookupSearchInputDto : ExtensiblePagedAndSortedResultRequestDto
{
public string Filter { get; set; }
}

Loading…
Cancel
Save