C# 클래스 mobSocial.WebApi.Controllers.CommentController

상속: mobSocial.WebApi.Configuration.Mvc.RootApiController
파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
CommentController ( ICommentService customerCommentService, IUserService customerService, ILikeService customerLikeService, IMediaService pictureService, MediaSettings mediaSettings ) : System

비공개 메소드들

메소드 설명
Delete ( int commentId ) : IHttpActionResult
Get ( [ model ) : IHttpActionResult
Post ( UserCommentModel model ) : IHttpActionResult
PrepareCommentPublicModel ( Comment comment, IEnumerable users ) : UserCommentPublicModel

메소드 상세

CommentController() 공개 메소드

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
리턴 System