C# Class mobSocial.WebApi.Controllers.CommentController

Inheritance: mobSocial.WebApi.Configuration.Mvc.RootApiController
Afficher le fichier Open project: mobsoftware/mobsocial

Méthodes publiques

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

Private Methods

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

Method Details

CommentController() public méthode

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
Résultat System