initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Indotalent.Infrastructure.BackgroundJob;
|
||||
|
||||
public static class DI
|
||||
{
|
||||
public static IServiceCollection AddBackgroundJobService(this IServiceCollection services)
|
||||
{
|
||||
services.AddScoped<BackgroundJobService>();
|
||||
|
||||
return services;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user