Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Registrera dig
Logga in
Compoment
/
BPA.CAP
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
refactor
master
yangxiaodong
7 år sedan
förälder
eda2ef1305
incheckning
8c09fcf51f
2 ändrade filer
med
0 tillägg
och
25 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-12
src/Cap.Consistency/Routing/ITopicRoute.cs
+0
-13
src/Cap.Consistency/Routing/TopicRouteContext.cs
+ 0
- 12
src/Cap.Consistency/Routing/ITopicRoute.cs
Visa fil
@@ -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
Visa fil
@@ -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; }
}
}
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara