Update to latest code and nugets packages
This commit is contained in:
@@ -16,7 +16,7 @@ public class SayHelloWorldJob : JobBase
|
||||
|
||||
#endregion
|
||||
|
||||
#region Cosntructors
|
||||
#region Constructors
|
||||
|
||||
public SayHelloWorldJob(SayHelloWorldJobConfiguration configuration,
|
||||
ISystemClock systemClock)
|
||||
|
||||
@@ -15,7 +15,7 @@ public class SayHelloWorldWithDefaultNameUsageJob : JobBase
|
||||
|
||||
#endregion
|
||||
|
||||
#region Cosntructors
|
||||
#region Constructors
|
||||
|
||||
public SayHelloWorldWithDefaultNameUsageJob(SayHelloWorldWithDefaultNameUsageJobConfiguration configuration)
|
||||
{
|
||||
|
||||
@@ -13,7 +13,8 @@ public sealed class Module : IIoCModule<IServiceCollection>
|
||||
public void RegisterComponents(IServiceCollection container)
|
||||
{
|
||||
container.RegisterJob<SayHelloWorldJob, SayHelloWorldJobConfiguration>();
|
||||
}
|
||||
container.RegisterJob<SayHelloWorldWithDefaultNameUsageJob, SayHelloWorldWithDefaultNameUsageJobConfiguration>(IgnoreConditions.EntityFramework, IgnoreConditions.Swagger);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user