mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
10 lines
181 B
C#
10 lines
181 B
C#
namespace LiveGameFeed.Core.MvcTimer
|
|
{
|
|
public class TimerServiceConfiguration
|
|
{
|
|
public int DueTime { get; set; }
|
|
|
|
public int Period { get; set; }
|
|
}
|
|
}
|