C# Class BlogSharp.Model.Blog

Inheritance: Entity
Show file Open project: BlogSharp/Blogsharp

Public Methods

Method Description
AddPost ( Post post ) : void
AddWriter ( User user ) : void
Blog ( ) : System

Initializes a new instance of the Blog class.

Method Details

AddPost() public method

public AddPost ( Post post ) : void
post Post
return void

AddWriter() public method

public AddWriter ( User user ) : void
user User
return void

Blog() public method

Initializes a new instance of the Blog class.
public Blog ( ) : System
return System