mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Implementing Media Library module
--HG-- branch : 1.x
This commit is contained in:
@@ -271,6 +271,11 @@ namespace Orchard.Tests.Modules.Media.Services {
|
||||
public void SaveStream(string path, Stream inputStream) {
|
||||
SavedStreams.Add(path);
|
||||
}
|
||||
|
||||
|
||||
public string GetLocalPath(string url) {
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
private class StubStorageFolder : IStorageFolder {
|
||||
|
||||
Reference in New Issue
Block a user