Commit 866a8f6a authored by Savorboard's avatar Savorboard

refactor namespace.

parent 43e55ced
using System.Reflection; using System.Reflection;
using DotNetCore.CAP.Abstractions.ModelBinding; using DotNetCore.CAP.Abstractions.ModelBinding;
namespace DotNetCore.CAP.Internal namespace DotNetCore.CAP.Abstractions
{ {
public interface IModelBinderFactory public interface IModelBinderFactory
{ {
......
using System.Threading.Tasks; using System.Threading.Tasks;
using DotNetCore.CAP.Models; using DotNetCore.CAP.Models;
namespace DotNetCore.CAP.Internal namespace DotNetCore.CAP.Abstractions
{ {
public interface ISubscriberExecutor public interface ISubscriberExecutor
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment