We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f5956 commit 2a66733Copy full SHA for 2a66733
Simplify.Web.Json/ModelBinding/Binders/JsonModelBinder.cs
@@ -1,5 +1,6 @@
1
using Newtonsoft.Json;
2
-using Simplify.Web.ModelBinding;
+using Simplify.Web.Model.Binding;
3
+using Simplify.Web.Model.Validation;
4
5
namespace Simplify.Web.Json.ModelBinding.Binders
6
{
0 commit comments