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