Skip to content

Commit

Permalink
Исправлен порядок using
Browse files Browse the repository at this point in the history
  • Loading branch information
inaidanov committed Mar 26, 2024
1 parent f024898 commit dbe2e01
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ namespace NewPlatform.Flexberry.ORM.ODataService.Controllers
using System.Web.Http;
using System.Web.Http.Results;
using System.Web.Http.Validation;
using Newtonsoft.Json.Linq;
using NewPlatform.Flexberry.ORM.ODataService.Events;
using NewPlatform.Flexberry.ORM.ODataService.Handlers;
using NewPlatform.Flexberry.ORM.ODataService.Model;
using Newtonsoft.Json.Linq;
#endif
#if NETSTANDARD
using System.Data;
Expand Down

0 comments on commit dbe2e01

Please sign in to comment.