File tree Expand file tree Collapse file tree
JSONAPI.EntityFramework.Tests.TestWebApp/Controllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44using System . Web ;
55using System . Web . Http ;
66using JSONAPI . EntityFramework . Tests . TestWebApp . Models ;
7+ using JSONAPI . Payload ;
78using Newtonsoft . Json . Linq ;
89
910namespace JSONAPI . EntityFramework . Tests . TestWebApp . Controllers
Original file line number Diff line number Diff line change 9494 <Compile Include =" Extensions\TypeExtensions.cs" />
9595 <Compile Include =" Http\ApiController.cs" />
9696 <Compile Include =" Http\PascalizedControllerSelector.cs" />
97- <Compile Include =" IPayload.cs" />
97+ <Compile Include =" Payload\ IPayload.cs" />
9898 <Compile Include =" Json\ErrorSerializer.cs" />
9999 <Compile Include =" Json\GuidErrorIdProvider.cs" />
100100 <Compile Include =" Json\IErrorIdProvider.cs" />
Original file line number Diff line number Diff line change 1818using System . Threading . Tasks ;
1919using System . Web . Http ;
2020using JSONAPI . Extensions ;
21+ using JSONAPI . Payload ;
2122
2223namespace JSONAPI . Json
2324{
Original file line number Diff line number Diff line change 11using Newtonsoft . Json . Linq ;
22
3- namespace JSONAPI
3+ namespace JSONAPI . Payload
44{
55 /// <summary>
66 /// Actions may return objects that implement this interface in order to
You can’t perform that action at this time.
0 commit comments