C# Class ContactContext.ContactsService

Inheritance: IContactsService
Afficher le fichier Open project: LeagueOfDevelopers/LodCore

Méthodes publiques

Méthode Description
ContactsService ( IEventSink contactsEventSink ) : ContactContext.Events
SendContactMessage ( NewContactMessage contactMessage ) : void

Method Details

ContactsService() public méthode

public ContactsService ( IEventSink contactsEventSink ) : ContactContext.Events
contactsEventSink IEventSink
Résultat ContactContext.Events

SendContactMessage() public méthode

public SendContactMessage ( NewContactMessage contactMessage ) : void
contactMessage ContactContext.Events.NewContactMessage
Résultat void