mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
9 lines
143 B
C#
9 lines
143 B
C#
using System;
|
|
|
|
namespace LiveGameFeed.Core.MvcTimer
|
|
{
|
|
public interface ITimerService
|
|
{
|
|
event EventHandler TimerElapsed;
|
|
}
|
|
} |