initial commit
This commit is contained in:
10
Events/Interfaces/IEventHandlerInterface.cs
Normal file
10
Events/Interfaces/IEventHandlerInterface.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Microsoft.SelfService.Portal.Core.API.Models;
|
||||
|
||||
namespace Microsoft.SelfService.Portal.Core.API.Events.Interfaces
|
||||
{
|
||||
public interface IEventHandlerInterface
|
||||
{
|
||||
ICollection<EventModel> GetEvents(string Class, string Method);
|
||||
void FireEvent(string Class, string Method, Guid parameters);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user