6 lines
169 B
C#
6 lines
169 B
C#
namespace FrostFS.SDK.ClientV2;
|
|
|
|
public sealed class PrmApeChainList(FrostFsChainTarget target) : PrmBase
|
|
{
|
|
public FrostFsChainTarget Target { get; } = target;
|
|
}
|