7 lines
143 B
C#
7 lines
143 B
C#
using System.Collections.Specialized;
|
|
|
|
namespace FrostFS.SDK.ClientV2.Parameters;
|
|
|
|
public sealed class PrmContainerGetAll() : PrmBase()
|
|
{
|
|
}
|