C# Class Agribusiness.Web.Services.EventService

Inheritance: IEventService
Afficher le fichier Open project: ucdavis/Agribusiness

Méthodes publiques

Méthode Description
Accepted ( Person person, string siteId ) : void
Apply ( Person person, Application application, string siteId ) : void
BioUpdate ( Person person, string siteId ) : void
Denied ( Person person, string siteId ) : void
EventService ( INotificationService notificationService, IPersonService personService ) : Agribusiness.Core.Domain
HotelUpdate ( Person person, string siteId ) : void
Invite ( Person person, string siteId ) : void
Paid ( Person person, string siteId ) : void
PhotoUpdate ( Person person, string siteId ) : void

Method Details

Accepted() public méthode

public Accepted ( Person person, string siteId ) : void
person Person
siteId string
Résultat void

Apply() public méthode

public Apply ( Person person, Application application, string siteId ) : void
person Person
application Application
siteId string
Résultat void

BioUpdate() public méthode

public BioUpdate ( Person person, string siteId ) : void
person Person
siteId string
Résultat void

Denied() public méthode

public Denied ( Person person, string siteId ) : void
person Person
siteId string
Résultat void

EventService() public méthode

public EventService ( INotificationService notificationService, IPersonService personService ) : Agribusiness.Core.Domain
notificationService INotificationService
personService IPersonService
Résultat Agribusiness.Core.Domain

HotelUpdate() public méthode

public HotelUpdate ( Person person, string siteId ) : void
person Person
siteId string
Résultat void

Invite() public méthode

public Invite ( Person person, string siteId ) : void
person Person
siteId string
Résultat void

Paid() public méthode

public Paid ( Person person, string siteId ) : void
person Person
siteId string
Résultat void

PhotoUpdate() public méthode

public PhotoUpdate ( Person person, string siteId ) : void
person Person
siteId string
Résultat void