Перенос JsonContent в Intersvyaz.Net.Common.
This commit is contained in:
parent
8eab046abe
commit
261a91d99d
2 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ using Newtonsoft.Json;
|
||||||
using Newtonsoft.Json.Serialization;
|
using Newtonsoft.Json.Serialization;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
|
|
||||||
namespace Intersvyaz.Net
|
namespace Intersvyaz.Net.Common
|
||||||
{
|
{
|
||||||
public class JsonContent : StringContent
|
public class JsonContent : StringContent
|
||||||
{
|
{
|
||||||
|
|
@ -4,6 +4,7 @@ using System.Net.Http;
|
||||||
using System.Net.Http.Headers;
|
using System.Net.Http.Headers;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Intersvyaz.Net.Models;
|
using Intersvyaz.Net.Models;
|
||||||
|
using Intersvyaz.Net.Common;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
namespace Intersvyaz.Net
|
namespace Intersvyaz.Net
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue