9 lines
219 B
C#
9 lines
219 B
C#
namespace Flawless.Abstraction;
|
|
|
|
/// <summary>
|
|
/// Standardized interface to translate a depot to binary stream which also provides a stream lifetime management.
|
|
/// </summary>
|
|
public interface IDepotStorage
|
|
{
|
|
|
|
} |