Kadr.Data.PostDecorator.PostDecorator C# (CSharp) Method

PostDecorator() public method

public PostDecorator ( Post post ) : System
post Post
return System
        public PostDecorator(Post post)
        {
            this.post = post;
        }