메소드 | 설명 | |
---|---|---|
Delete ( |
||
GetAll ( string blogId ) : IEnumerable |
||
GetCategories ( string blogId ) : int>.Dictionary |
||
GetTags ( string blogId ) : int>.Dictionary |
||
Save ( |
||
SaveMedia ( string blogid, |
메소드 | 설명 | |
---|---|---|
FileBlogRepository ( IHostingEnvironment env, IMemoryCache memoryCache ) : System | ||
GetPost ( string file, string blogId ) : |
||
SavePost ( |
메소드 | 설명 | |
---|---|---|
GetPosts ( string blogId ) : IEnumerable |
protected FileBlogRepository ( IHostingEnvironment env, IMemoryCache memoryCache ) : System | ||
env | IHostingEnvironment | |
memoryCache | IMemoryCache | |
리턴 | System |
public GetCategories ( string blogId ) : int>.Dictionary |
||
blogId | string | |
리턴 | int>.Dictionary |
protected abstract GetPost ( string file, string blogId ) : |
||
file | string | |
blogId | string | |
리턴 |
public GetTags ( string blogId ) : int>.Dictionary |
||
blogId | string | |
리턴 | int>.Dictionary |
public SaveMedia ( string blogid, |
||
blogid | string | |
media | ||
리턴 | string |
protected abstract SavePost ( |
||
post | ||
file | string | |
리턴 | void |