7 lines
164 B
C#
7 lines
164 B
C#
namespace Kreta.Core.FileService.Configuration
|
|
{
|
|
public interface IFileServiceConfiguration
|
|
{
|
|
StorageElementCollection Storages { get; }
|
|
}
|
|
}
|