C# 클래스 FrontendServices.Controllers.EventController

상속: ApiController
파일 보기 프로젝트 열기: LeagueOfDevelopers/LodCore

공개 메소드들

메소드 설명
EventController ( INotificationService notificationService, EventMapper eventMapper, IPaginationWrapper paginationWrapper ) : System

비공개 메소드들

메소드 설명
GetCountOfUnreadEvents ( ) : int
GetEventsByPage ( int pageId ) : PaginableObject
MarkEventsAsRead ( [ eventIds ) : IHttpActionResult

메소드 상세

EventController() 공개 메소드

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