C# Class FrontendServices.App_Data.Mappers.EventMapper

Afficher le fichier Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Méthodes publiques

Méthode Description
EventMapper ( INotificationService notificationService ) : NotificationService
ToEventPageEvent ( NotificationService @event, int userId ) : FrontendServices.Models.Event

Method Details

EventMapper() public méthode

public EventMapper ( INotificationService notificationService ) : NotificationService
notificationService INotificationService
Résultat NotificationService

ToEventPageEvent() public méthode

public ToEventPageEvent ( NotificationService @event, int userId ) : FrontendServices.Models.Event
@event NotificationService
userId int
Résultat FrontendServices.Models.Event