C# Class mobSocial.WebApi.Controllers.CommentController

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

Public Methods

Method Description
CommentController ( ICommentService customerCommentService, IUserService customerService, ILikeService customerLikeService, IMediaService pictureService, MediaSettings mediaSettings ) : System

Private Methods

Method Description
Delete ( int commentId ) : IHttpActionResult
Get ( [ model ) : IHttpActionResult
Post ( UserCommentModel model ) : IHttpActionResult
PrepareCommentPublicModel ( Comment comment, IEnumerable users ) : UserCommentPublicModel

Method Details

CommentController() public method

public CommentController ( ICommentService customerCommentService, IUserService customerService, ILikeService customerLikeService, IMediaService pictureService, MediaSettings mediaSettings ) : System
customerCommentService ICommentService
customerService IUserService
customerLikeService ILikeService
pictureService IMediaService
mediaSettings mobSocial.Data.Entity.Settings.MediaSettings
return System