Files
SerpentRace/SerpentRace_Backend/dist/Application/Contact/queries/GetContactsByPageQueryHandler.d.ts
T

9 lines
475 B
TypeScript

import { IContactRepository } from '../../../Domain/IRepository/IContactRepository';
import { GetContactsByPageQuery } from './GetContactsByPageQuery';
import { ContactPageDto } from '../../DTOs/ContactDto';
export declare class GetContactsByPageQueryHandler {
private readonly contactRepo;
constructor(contactRepo: IContactRepository);
execute(query: GetContactsByPageQuery): Promise<ContactPageDto>;
}
//# sourceMappingURL=GetContactsByPageQueryHandler.d.ts.map