Property | Type | Description |
---|
Method | Description | |
---|---|---|
BlogGroup ( ) : System |
Creates a new BlogGroup instance.
|
|
BlogGroup ( int id, string title ) : System |
Creates a new BlogGroup instance.
|
public BlogGroup ( int id, string title ) : System | ||
id | int | Blog Group ID. |
title | string | Title. |
return | System |