diff --git a/src/DotNetCore.CAP/Abstractions/ModelBinding/IModelBinder.cs b/src/DotNetCore.CAP/Abstractions/ModelBinding/IModelBinder.cs index 74e8758..c8c976c 100644 --- a/src/DotNetCore.CAP/Abstractions/ModelBinding/IModelBinder.cs +++ b/src/DotNetCore.CAP/Abstractions/ModelBinding/IModelBinder.cs @@ -14,15 +14,7 @@ namespace DotNetCore.CAP.Abstractions.ModelBinding /// /// /// A which will complete when the model binding process completes. - /// - /// - /// If model binding was successful, the should have - /// set to true. - /// - /// - /// A model binder that completes successfully should set to - /// a value returned from . - /// + /// /// Task BindModelAsync(ModelBindingContext bindingContext); }