Browse Source

CatalogService namespace fix

pull/172/head
Galip Tolga Erdem 3 years ago
parent
commit
72f17a1fd0
  1. 5
      services/catalog/src/EShopOnAbp.CatalogService.Application/CatalogServiceAppService.cs
  2. 2
      services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Host/DbMigrations/CatalogServiceDatabaseMigrationChecker.cs

5
services/catalog/src/EShopOnAbp.CatalogService.Application/CatalogServiceAppService.cs

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using EShopOnAbp.CatalogService.Localization;
using EShopOnAbp.CatalogService.Localization;
using Volo.Abp.Application.Services;
namespace EShopOnAbp.CatalogService

2
services/catalog/src/EShopOnAbp.CatalogService.HttpApi.Host/DbMigrations/CatalogServiceDatabaseMigrationChecker.cs

@ -1,6 +1,6 @@
using EShopOnAbp.CatalogService.MongoDB;
using EShopOnAbp.Shared.Hosting.Microservices.DbMigrations;
using System;
using EShopOnAbp.Shared.Hosting.Microservices.DbMigrations.MongoDb;
using Volo.Abp.Data;
using Volo.Abp.DistributedLocking;
using Volo.Abp.MultiTenancy;

Loading…
Cancel
Save