Major update
This commit is contained in:
11
communication-hub/Clients/SeasonClient.cs
Normal file
11
communication-hub/Clients/SeasonClient.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using CommunicationHub.Models;
|
||||
|
||||
namespace CommunicationHub.Clients
|
||||
{
|
||||
public interface ISeasonClient
|
||||
{
|
||||
Task ReceiveSeasonMessage(SeasonMessage message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user