add: Scan unused and not existed image command.
This commit is contained in:
@@ -7,4 +7,6 @@ public interface IEssayScanService
|
||||
public Task<BlogContents> ScanContents();
|
||||
|
||||
public Task SaveBlogContent(BlogContent content, bool isDraft = true);
|
||||
|
||||
public Task<ImageScanResult> ScanImages();
|
||||
}
|
||||
|
Reference in New Issue
Block a user