Table of Contents

Constructor ContactBookWriter

Namespace
MailFathom.Application.Contacts
Assembly
MailFathom.Application.dll

ContactBookWriter(ContactBook, AccessAuthorization)

Initializes the use case over the book it writes to and the authorization it asks first.

public ContactBookWriter(ContactBook book, AccessAuthorization authorization)

Parameters

book ContactBook

Performs the acts the book supports.

authorization AccessAuthorization

Answers which principal reached this use case.

Exceptions

ArgumentNullException

Thrown when a required collaborator is null.