Перенос JsonContent в Intersvyaz.Net.Common.

This commit is contained in:
mikhail "synzr" 2025-11-20 12:49:27 +05:00
parent 8eab046abe
commit 261a91d99d
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using System.Net.Http;
namespace Intersvyaz.Net
namespace Intersvyaz.Net.Common
{
public class JsonContent : StringContent
{

View file

@ -4,6 +4,7 @@ using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using Intersvyaz.Net.Models;
using Intersvyaz.Net.Common;
using Newtonsoft.Json;
namespace Intersvyaz.Net