Method | Description | |
---|---|---|
Delete ( |
||
GetAll ( string blogId ) : IEnumerable |
||
GetCategories ( string blogId ) : int>.Dictionary |
||
GetTags ( string blogId ) : int>.Dictionary |
||
Save ( |
||
SaveMedia ( string blogid, |
Method | Description | |
---|---|---|
FileBlogRepository ( IHostingEnvironment env, IMemoryCache memoryCache ) : System | ||
GetPost ( string file, string blogId ) : |
||
SavePost ( |
Method | Description | |
---|---|---|
GetPosts ( string blogId ) : IEnumerable |
protected FileBlogRepository ( IHostingEnvironment env, IMemoryCache memoryCache ) : System | ||
env | IHostingEnvironment | |
memoryCache | IMemoryCache | |
return | System |
public GetAll ( string blogId ) : IEnumerable |
||
blogId | string | |
return | IEnumerable |
public GetCategories ( string blogId ) : int>.Dictionary |
||
blogId | string | |
return | int>.Dictionary |
protected abstract GetPost ( string file, string blogId ) : |
||
file | string | |
blogId | string | |
return |
public GetTags ( string blogId ) : int>.Dictionary |
||
blogId | string | |
return | int>.Dictionary |
public SaveMedia ( string blogid, |
||
blogid | string | |
media | ||
return | string |
protected abstract SavePost ( |
||
post | ||
file | string | |
return | void |