Skip to content
Snippets Groups Projects
Commit 0bc6ed43 authored by Anduin Xue's avatar Anduin Xue
Browse files

Move namespace.

parent 7817d8fe
No related branches found
No related tags found
No related merge requests found
namespace Aiursoft.Parser.Abstracts; namespace Aiursoft.Parser.Core.Abstracts;
public interface IEntryService public interface IEntryService
{ {
......
using Aiursoft.Parser.Core.Framework; using Aiursoft.Parser.Core.Framework;
namespace Aiursoft.Parser.Abstracts; namespace Aiursoft.Parser.Core.Abstracts;
public interface IParserPlugin public interface IParserPlugin
{ {
......
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
namespace Aiursoft.Parser.Abstracts; namespace Aiursoft.Parser.Core.Abstracts;
public interface IStartUp public interface IStartUp
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment