Init
This commit is contained in:
4
BackgroundService/BackgroundServiceOptions.cs
Normal file
4
BackgroundService/BackgroundServiceOptions.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
public class RoleAssesorBackgroundServiceOptions
|
||||
{
|
||||
public int RunFrequencyInMinutes { get; set; } = 5; // Defaults to 5 minute.
|
||||
}
|
||||
Reference in New Issue
Block a user