修改根命名空间,修改分库配置。

This commit is contained in:
2024-02-02 17:14:41 +08:00
parent e0de5d1c58
commit 5cda84797b
52 changed files with 163 additions and 237 deletions

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp2.HostedServices.Abstractions
namespace MesETL.App.HostedServices.Abstractions
{
public interface IDataReader : IDisposable
{

View File

@@ -1,7 +1,4 @@
using ConsoleApp2.Options;
using ConsoleApp2.Services;
namespace ConsoleApp2.HostedServices.Abstractions;
namespace MesETL.App.HostedServices.Abstractions;
public interface IInputService
{

View File

@@ -1,7 +1,4 @@
using ConsoleApp2.Options;
using ConsoleApp2.Services;
namespace ConsoleApp2.HostedServices.Abstractions;
namespace MesETL.App.HostedServices.Abstractions;
public interface IOutputService
{

View File

@@ -1,7 +1,4 @@
using ConsoleApp2.Options;
using ConsoleApp2.Services;
namespace ConsoleApp2.HostedServices.Abstractions;
namespace MesETL.App.HostedServices.Abstractions;
public interface ITransformService
{