mirror of https://github.com/abpframework/abp.git
3 changed files with 2 additions and 2 deletions
@ -1,8 +1,8 @@ |
|||
using System.Threading.Tasks; |
|||
|
|||
// ReSharper disable once CheckNamespace (Keeping for backward compability)
|
|||
namespace Volo.Abp.EventBus; |
|||
|
|||
//TODO: Move to the right namespace in v3.0
|
|||
public interface ILocalEventHandler<in TEvent> : IEventHandler |
|||
{ |
|||
/// <summary>
|
|||
Loading…
Reference in new issue