Update to latest version and show additional features
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using GerstITS.Job.Scheduling;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
|
||||
namespace GerstITS.Examples.JobDashboard.Configurations;
|
||||
|
||||
public sealed class ReportGenerationJobConfiguration : JobSchedulingConfigurationBase
|
||||
{
|
||||
#region Constructors
|
||||
|
||||
public ReportGenerationJobConfiguration(IConfiguration configuration)
|
||||
: base(configuration)
|
||||
{
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user