[#27] Client: demo project

Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
Pavel Gross 2024-12-16 13:41:16 +03:00
parent 659bf3f19c
commit fc4fe38569

View file

@ -1,25 +1,13 @@
using System;
using System.Collections;
using System.Collections.ObjectModel;
using System.Drawing;
using System.IO;
using System.Collections.ObjectModel;
using Frostfs.V2.Ape;
using FrostFS.Refs;
using FrostFS.SDK;
using FrostFS.SDK.Client;
using FrostFS.SDK.Client.Interfaces;
using Grpc.Core;
using Grpc.Net.Client;
using Microsoft.Extensions.Options;
using Org.BouncyCastle.Utilities;
using static FrostFS.Object.PatchRequest.Types.Body.Types;
class Demo
{