Add Ratermania.Shopify package and removed stale references

This commit is contained in:
2020-04-12 21:41:00 -04:00
parent 01e7627293
commit c0b59199f0
7 changed files with 3 additions and 16 deletions

View File

@@ -3,7 +3,6 @@ using PartSource.Data.Models;
using PartSource.Services;
using System.Net;
using System.Threading.Tasks;
using System.Web.Http;
namespace PartSource.Api.Controllers
{

View File

@@ -2,7 +2,6 @@
using PartSource.Data.Nexpart;
using PartSource.Services;
using System.Threading.Tasks;
using System.Web.Http;
namespace PartSource.Api.Controllers
{

View File

@@ -5,7 +5,6 @@ using PartSource.Data.Nexpart;
using PartSource.Services;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Web.Http;
namespace PartSource.Api.Controllers
{