public PostController(IPostService PostSvc, IPostTypeService TypeSvc, IPostStatusService StatuSvc, IPostCommontService CommentSvc) { this.PostSvc = PostSvc; this.TypeSvc = TypeSvc; this.StatuSvc = StatuSvc; this.CommentSvc = CommentSvc; }
public PostStatusController(IPostStatusService PostStatusSvc) { this.PostStatusSvc = PostStatusSvc; }