deserialize

This commit is contained in:
David Lebee 2019-10-13 15:34:32 -05:00
parent 707ef3178e
commit 522c37deaf

View File

@ -1,8 +1,8 @@
using Microsoft.Extensions.DependencyInjection;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using PoweredSoft.DynamicQuery.AspNetCore.Json;
using PoweredSoft.DynamicQuery.Core;
using PoweredSoft.DynamicQuery.NewtonsoftJson;
using System;
using System.Collections.Generic;
using System.Text;