C# Class FrontendServices.Controllers.EventController

Inheritance: ApiController
Show file Open project: LeagueOfDevelopers/LodCore

Public Methods

Method Description
EventController ( INotificationService notificationService, EventMapper eventMapper, IPaginationWrapper paginationWrapper ) : System

Private Methods

Method Description
GetCountOfUnreadEvents ( ) : int
GetEventsByPage ( int pageId ) : PaginableObject
MarkEventsAsRead ( [ eventIds ) : IHttpActionResult

Method Details

EventController() public method

public EventController ( INotificationService notificationService, EventMapper eventMapper, IPaginationWrapper paginationWrapper ) : System
notificationService INotificationService
eventMapper FrontendServices.App_Data.Mappers.EventMapper
paginationWrapper IPaginationWrapper
return System