diff --git a/Yavsc/ApiControllers/accounting/ProfileApiController.cs b/Yavsc/ApiControllers/accounting/ProfileApiController.cs index 4f7341bd..e281e4fc 100644 --- a/Yavsc/ApiControllers/accounting/ProfileApiController.cs +++ b/Yavsc/ApiControllers/accounting/ProfileApiController.cs @@ -2,14 +2,14 @@ using Microsoft.AspNet.Identity; using Microsoft.AspNet.Authorization; using Microsoft.AspNet.Mvc; using Microsoft.Extensions.Logging; +using Microsoft.Data.Entity; +using Microsoft.AspNet.Identity.EntityFramework; using System.Security.Claims; using System.Threading.Tasks; +using System.Linq; using Yavsc.Models; - using Yavsc.Models.Auth; - using Yavsc.Helpers; - using System.Linq; - using Microsoft.Data.Entity; - using Microsoft.AspNet.Identity.EntityFramework; +using Yavsc.Models.Auth; +using Yavsc.Helpers; namespace Yavsc.ApiControllers.accounting {