Rename project, namespaces and class names Signed-off-by: Pavel Gross <p.gross@yadro.com>
6 lines
197 B
C#
6 lines
197 B
C#
namespace FrostFS.SDK.Client;
|
|
|
|
public sealed class PrmApeChainList(FrostFsChainTarget target, CallContext? ctx = null) : PrmBase(ctx)
|
|
{
|
|
public FrostFsChainTarget Target { get; } = target;
|
|
}
|