Skip to content

Commit 7530bab

Browse files
committed
fix(queryParser): add missing usings
1 parent a97d9d0 commit 7530bab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/UnitTests/Services/QueryParser_Tests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
using System.Linq;
33
using JsonApiDotNetCore.Configuration;
44
using JsonApiDotNetCore.Controllers;
5+
using JsonApiDotNetCore.Internal;
6+
using JsonApiDotNetCore.Models;
57
using JsonApiDotNetCore.Services;
68
using Microsoft.AspNetCore.Http;
79
using Microsoft.Extensions.Primitives;

0 commit comments

Comments
 (0)