Skip to content

Commit 4a31afc

Browse files
committed
Cleanup namespaces and remove unused editors
1 parent fd1a194 commit 4a31afc

27 files changed

+30
-194
lines changed

src/Umbraco.Cms.Integrations.Commerce.Shopify/Api/Management/Controllers/CheckConfigurationController.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22
using Microsoft.AspNetCore.Http;
33
using Microsoft.AspNetCore.Mvc;
44
using Microsoft.Extensions.Options;
5-
using System;
6-
using System.Collections.Generic;
7-
using System.Linq;
8-
using System.Text;
9-
using System.Threading.Tasks;
105
using Umbraco.Cms.Integrations.Commerce.Shopify.Configuration;
11-
using Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers;
126
using Umbraco.Cms.Integrations.Commerce.Shopify.Models;
13-
using Umbraco.Cms.Integrations.Commerce.Shopify.Models.Dtos;
147
using Umbraco.Cms.Integrations.Commerce.Shopify.Services;
158

169
namespace Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers

src/Umbraco.Cms.Integrations.Commerce.Shopify/Api/Management/Controllers/GetAccessTokenController.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
using Microsoft.AspNetCore.Http;
33
using Microsoft.AspNetCore.Mvc;
44
using Microsoft.Extensions.Options;
5-
using System;
6-
using System.Collections.Generic;
7-
using System.Linq;
8-
using System.Text;
9-
using System.Threading.Tasks;
105
using Umbraco.Cms.Integrations.Commerce.Shopify.Configuration;
11-
using Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers;
126
using Umbraco.Cms.Integrations.Commerce.Shopify.Models.Dtos;
137
using Umbraco.Cms.Integrations.Commerce.Shopify.Services;
148

src/Umbraco.Cms.Integrations.Commerce.Shopify/Api/Management/Controllers/GetAuthorizationUrlController.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
using Asp.Versioning;
2-
using Microsoft.AspNetCore.Authorization;
32
using Microsoft.AspNetCore.Http;
43
using Microsoft.AspNetCore.Mvc;
54
using Microsoft.Extensions.Options;
6-
using System;
7-
using System.Collections.Generic;
8-
using System.Linq;
9-
using System.Text;
10-
using System.Threading.Tasks;
115
using Umbraco.Cms.Integrations.Commerce.Shopify.Configuration;
12-
using Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers;
13-
using Umbraco.Cms.Integrations.Commerce.Shopify.Models.Dtos;
146
using Umbraco.Cms.Integrations.Commerce.Shopify.Services;
157

168
namespace Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers

src/Umbraco.Cms.Integrations.Commerce.Shopify/Api/Management/Controllers/GetListByIdsController.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
using Microsoft.AspNetCore.Http;
33
using Microsoft.AspNetCore.Mvc;
44
using Microsoft.Extensions.Options;
5-
using System;
6-
using System.Collections.Generic;
7-
using System.Linq;
8-
using System.Text;
9-
using System.Threading.Tasks;
105
using Umbraco.Cms.Integrations.Commerce.Shopify.Configuration;
11-
using Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers;
126
using Umbraco.Cms.Integrations.Commerce.Shopify.Models.Dtos;
137
using Umbraco.Cms.Integrations.Commerce.Shopify.Services;
148

src/Umbraco.Cms.Integrations.Commerce.Shopify/Api/Management/Controllers/GetListController.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
using Microsoft.AspNetCore.Http;
33
using Microsoft.AspNetCore.Mvc;
44
using Microsoft.Extensions.Options;
5-
using System;
6-
using System.Collections.Generic;
7-
using System.Linq;
8-
using System.Text;
9-
using System.Threading.Tasks;
105
using Umbraco.Cms.Integrations.Commerce.Shopify.Configuration;
11-
using Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers;
126
using Umbraco.Cms.Integrations.Commerce.Shopify.Models.Dtos;
137
using Umbraco.Cms.Integrations.Commerce.Shopify.Services;
148

src/Umbraco.Cms.Integrations.Commerce.Shopify/Api/Management/Controllers/GetTotalPagesController.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
using Microsoft.AspNetCore.Http;
33
using Microsoft.AspNetCore.Mvc;
44
using Microsoft.Extensions.Options;
5-
using System;
6-
using System.Collections.Generic;
7-
using System.Linq;
8-
using System.Text;
9-
using System.Threading.Tasks;
105
using Umbraco.Cms.Integrations.Commerce.Shopify.Configuration;
11-
using Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers;
12-
using Umbraco.Cms.Integrations.Commerce.Shopify.Models.Dtos;
136
using Umbraco.Cms.Integrations.Commerce.Shopify.Services;
147

158
namespace Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers

src/Umbraco.Cms.Integrations.Commerce.Shopify/Api/Management/Controllers/RefreshAccessTokenController.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
using Asp.Versioning;
2-
using Microsoft.AspNetCore.Authorization;
32
using Microsoft.AspNetCore.Http;
43
using Microsoft.AspNetCore.Mvc;
54
using Microsoft.Extensions.Options;
6-
using System;
7-
using System.Collections.Generic;
8-
using System.Linq;
9-
using System.Text;
10-
using System.Threading.Tasks;
11-
using Umbraco.Cms.Integrations.Commerce.Shopify;
12-
using Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers;
135
using Umbraco.Cms.Integrations.Commerce.Shopify.Configuration;
146
using Umbraco.Cms.Integrations.Commerce.Shopify.Services;
157

src/Umbraco.Cms.Integrations.Commerce.Shopify/Api/Management/Controllers/RevokeAccessTokenController.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
using Microsoft.AspNetCore.Http;
33
using Microsoft.AspNetCore.Mvc;
44
using Microsoft.Extensions.Options;
5-
using System;
6-
using System.Collections.Generic;
7-
using System.Linq;
8-
using System.Text;
9-
using System.Threading.Tasks;
105
using Umbraco.Cms.Integrations.Commerce.Shopify.Configuration;
11-
using Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers;
12-
using Umbraco.Cms.Integrations.Commerce.Shopify.Models.Dtos;
136
using Umbraco.Cms.Integrations.Commerce.Shopify.Services;
147

158
namespace Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers

src/Umbraco.Cms.Integrations.Commerce.Shopify/Api/Management/Controllers/ShopifyControllerBase.cs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
using Microsoft.AspNetCore.Authorization;
22
using Microsoft.AspNetCore.Mvc;
33
using Microsoft.Extensions.Options;
4-
using System.Collections.Generic;
54
using System.Net.Http.Headers;
6-
using System.Net.Http;
7-
using System;
85
using Umbraco.Cms.Api.Common.Attributes;
9-
using Umbraco.Cms.Web.Common.Authorization;
10-
using Umbraco.Cms.Web.Common.Routing;
11-
using System.Linq;
126
using Umbraco.Cms.Integrations.Commerce.Shopify.Configuration;
137
using Umbraco.Cms.Integrations.Commerce.Shopify.Services;
14-
using Umbraco.Cms.Integrations.Commerce.Shopify.Models;
8+
using Umbraco.Cms.Web.Common.Authorization;
9+
using Umbraco.Cms.Web.Common.Routing;
1510

1611
namespace Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers
1712
{

src/Umbraco.Cms.Integrations.Commerce.Shopify/Api/Management/Controllers/ValidateAccessTokenController.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
using Microsoft.AspNetCore.Http;
33
using Microsoft.AspNetCore.Mvc;
44
using Microsoft.Extensions.Options;
5-
using System;
6-
using System.Collections.Generic;
7-
using System.Linq;
8-
using System.Text;
9-
using System.Threading.Tasks;
105
using Umbraco.Cms.Integrations.Commerce.Shopify.Configuration;
11-
using Umbraco.Cms.Integrations.Commerce.Shopify.Api.Management.Controllers;
126
using Umbraco.Cms.Integrations.Commerce.Shopify.Models.Dtos;
137
using Umbraco.Cms.Integrations.Commerce.Shopify.Services;
148

0 commit comments

Comments
 (0)