Parcourir la source

refactor

master
yangxiaodong il y a 7 ans
Parent
révision
8c09fcf51f
2 fichiers modifiés avec 0 ajouts et 25 suppressions
  1. +0
    -12
      src/Cap.Consistency/Routing/ITopicRoute.cs
  2. +0
    -13
      src/Cap.Consistency/Routing/TopicRouteContext.cs

+ 0
- 12
src/Cap.Consistency/Routing/ITopicRoute.cs Voir le fichier

@@ -1,12 +0,0 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;

namespace Cap.Consistency.Routing
{
public interface ITopicRoute
{
Task RouteAsync(TopicRouteContext context);
}
}

+ 0
- 13
src/Cap.Consistency/Routing/TopicRouteContext.cs Voir le fichier

@@ -1,13 +0,0 @@
using System;
using System.Collections.Generic;

namespace Cap.Consistency.Routing
{
public class TopicRouteContext
{
public IServiceProvider ServiceProvider { get; set; }

public IList<ITopicRoute> Routes { get; set; }

}
}

Chargement…
Annuler
Enregistrer