Method | Description | |
---|---|---|
BlogMaintenanceService ( |
||
CreateNewPost ( |
||
ObtainBlogByAuthorName ( string authorName ) : |
||
ObtainPost ( |
||
ObtainPosts ( |
||
UpdatePost ( |
public BlogMaintenanceService ( |
||
authorDao | ||
blogDao | ||
postDao | ||
return | System |
public CreateNewPost ( |
||
blog | ||
post | ||
return |
public ObtainBlogByAuthorName ( string authorName ) : |
||
authorName | string | |
return |
public ObtainPost ( |
||
blog | ||
postId | long | |
return |
public ObtainPosts ( |
||
blog | ||
return | IList |
public UpdatePost ( |
||
blog | ||
postId | long | |
post | ||
return | void |