Blog.Services.Implementation.PostContentsService.Add C# (CSharp) 메소드

Add() 공개 메소드

public Add ( PostContent postImage ) : PostContent
postImage Blog.Common.Contracts.PostContent
리턴 Blog.Common.Contracts.PostContent
        public PostContent Add(PostContent postImage)
        {
            return _postContentsLogic.Add(postImage);
        }