Class ContactPageRequest
- Namespace
- MailFathom.Application.Contacts
- Assembly
- MailFathom.Application.dll
What a caller asked one page of the contact book for, before any of it has been checked.
public sealed record ContactPageRequest : IEquatable<ContactPageRequest>
- Inheritance
-
ContactPageRequest
- Implements
- Inherited Members
Remarks
The text a caller wrote travels as text, so every bound the book holds is applied in one place — the use case — and an entrypoint added later cannot reach the store having checked fewer of them. What an adapter still owns is the shape: turning a published enumeration into the origin the book records, which is a translation rather than a rule.