RollCall Control For client in admin - checkoutPrint change
This commit is contained in:
17
Query.Bootstrapper/QueryBootstrapper.cs
Normal file
17
Query.Bootstrapper/QueryBootstrapper.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Query.AdminReports.Handlers;
|
||||
using Query.ClientReports.Handler;
|
||||
|
||||
namespace Query.Bootstrapper
|
||||
{
|
||||
public class QueryBootstrapper
|
||||
{
|
||||
public static void Configure(IServiceCollection services)
|
||||
{
|
||||
services.AddTransient<NotSignedContractEmployeesQueryHandler>();
|
||||
services.AddTransient<IGetWorkshopWithRollCallHandler, GetWorkshopWithRollCallHandler>();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user