Skip to content

Commit 2a66733

Browse files
committed
Namespace fix for Simplify.Web 3
1 parent 55f5956 commit 2a66733

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Simplify.Web.Json/ModelBinding/Binders/JsonModelBinder.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Newtonsoft.Json;
2-
using Simplify.Web.ModelBinding;
2+
using Simplify.Web.Model.Binding;
3+
using Simplify.Web.Model.Validation;
34

45
namespace Simplify.Web.Json.ModelBinding.Binders
56
{

0 commit comments

Comments
 (0)