C# Class mobSocial.WebApi.Controllers.TimelineController

Inheritance: mobSocial.WebApi.Configuration.Mvc.RootApiController
Mostra file Open project: mobsoftware/mobsocial

Public Methods

Method Description
TimelineController ( ITimelineService timelineService, IFollowService customerFollowService, IUserService userService, IMediaService pictureService, MediaSettings mediaSettings, IVideoBattleService videoBattleService, ILikeService customerLikeService, ICommentService customerCommentService ) : System

Private Methods

Method Description
Delete ( int timelinePostId ) : IHttpActionResult
Get ( [ model ) : IHttpActionResult
Post ( TimelinePostModel model ) : IHttpActionResult
PrepareTimelinePostDisplayModel ( TimelinePost post ) : TimelinePostDisplayModel
UploadPictures ( ) : IHttpActionResult
UploadVideo ( ) : IHttpActionResult

Method Details

TimelineController() public method

public TimelineController ( ITimelineService timelineService, IFollowService customerFollowService, IUserService userService, IMediaService pictureService, MediaSettings mediaSettings, IVideoBattleService videoBattleService, ILikeService customerLikeService, ICommentService customerCommentService ) : System
timelineService ITimelineService
customerFollowService IFollowService
userService IUserService
pictureService IMediaService
mediaSettings mobSocial.Data.Entity.Settings.MediaSettings
videoBattleService IVideoBattleService
customerLikeService ILikeService
customerCommentService ICommentService
return System