C# Class FrontendServices.App_Data.Mappers.EventMapper

Show file Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Public Methods

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

Method Details

EventMapper() public method

public EventMapper ( INotificationService notificationService ) : NotificationService
notificationService INotificationService
return NotificationService

ToEventPageEvent() public method

public ToEventPageEvent ( NotificationService @event, int userId ) : FrontendServices.Models.Event
@event NotificationService
userId int
return FrontendServices.Models.Event