fix violation files

This commit is contained in:
Dima yawaflua Andreev
2024-06-26 01:44:19 +03:00
parent cb23437772
commit 5486830513
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ using System.Text.Json.Nodes;
namespace SPWorldsApi.Payments
{
internal interface IPaymentWrapper
public interface IPaymentWrapper
{
HttpClient.HttpRequest client { get; set; }