Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
Compoment
/
BPA.CAP
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
refactor namespace.
master
Savorboard
il y a 7 ans
Parent
43e55ced97
révision
866a8f6a95
2 fichiers modifiés
avec
2 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
src/DotNetCore.CAP/Abstractions/IModelBinderFactory.cs
+1
-1
src/DotNetCore.CAP/Abstractions/ISubscriberExecutor.cs
src/DotNetCore.CAP/Internal/IModelBinderFactory.cs → src/DotNetCore.CAP/Abstractions/IModelBinderFactory.cs
Voir le fichier
@@ -1,7 +1,7 @@
using System.Reflection;
using DotNetCore.CAP.Abstractions.ModelBinding;
namespace DotNetCore.CAP.
Internal
namespace DotNetCore.CAP.
Abstractions
{
public interface IModelBinderFactory
{
src/DotNetCore.CAP/Internal/ISubscriberExecutor.cs → src/DotNetCore.CAP/Abstractions/ISubscriberExecutor.cs
Voir le fichier
@@ -1,7 +1,7 @@
using System.Threading.Tasks;
using DotNetCore.CAP.Models;
namespace DotNetCore.CAP.
Internal
namespace DotNetCore.CAP.
Abstractions
{
public interface ISubscriberExecutor
{
Écrire
Aperçu
Chargement…
Annuler
Enregistrer