6593acbc20
Some checks failed
Unit tests / test (push) Failing after 1m1s
Работает пока только для ChangeLog
11 lines
212 B
C#
11 lines
212 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace DD.Persistence.Client.Clients.Interfaces.Refit;
|
|
public interface IRefitClient
|
|
{
|
|
}
|