Метод | Описание | |
---|---|---|
AddComment ( Feedback comment ) : void | ||
AddPost ( Model post ) : void | ||
GetPostByFriendlyTitle ( |
||
GetPostById ( |
||
GetPostsByBlog ( |
||
GetPostsByBlogPaged ( |
||
GetPostsByTagPaged ( |
||
PostService ( IPostRepository postRepository ) : System.Collections.Generic | ||
RemoveComment ( Feedback comment ) : void | ||
RemovePost ( Model post ) : void |
public AddComment ( Feedback comment ) : void | ||
comment | Feedback | |
Результат | void |
public GetPostByFriendlyTitle ( |
||
blog | ||
friendlyTitle | string | |
Результат |
public GetPostById ( |
||
blog | ||
id | int | |
Результат |
public GetPostsByBlog ( |
||
blog | ||
Результат | IList |
public GetPostsByBlogPaged ( |
||
blog | ||
skip | int | |
take | int | |
Результат | IList |
public GetPostsByTagPaged ( |
||
blog | ||
friendlyTagName | string | |
skip | int | |
take | int | |
Результат | IList |
public PostService ( IPostRepository postRepository ) : System.Collections.Generic | ||
postRepository | IPostRepository | |
Результат | System.Collections.Generic |
public RemoveComment ( Feedback comment ) : void | ||
comment | Feedback | |
Результат | void |