C# Class ContactContext.ContactsService

Inheritance: IContactsService
Show file Open project: LeagueOfDevelopers/LodCore

Public Methods

Method Description
ContactsService ( IEventSink contactsEventSink ) : ContactContext.Events
SendContactMessage ( NewContactMessage contactMessage ) : void

Method Details

ContactsService() public method

public ContactsService ( IEventSink contactsEventSink ) : ContactContext.Events
contactsEventSink IEventSink
return ContactContext.Events

SendContactMessage() public method

public SendContactMessage ( NewContactMessage contactMessage ) : void
contactMessage ContactContext.Events.NewContactMessage
return void