Skip to content

Commit fe9b233

Browse files
committed
fix(queryParser): add missing usings
1 parent 8413abb commit fe9b233

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/UnitTests/Services/QueryParser_Tests.cs

+2
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)