Upload files to 'ShipyardView'
This commit is contained in:
parent
e2c082a374
commit
c5144b87e4
@ -7,6 +7,9 @@ using NLog.Extensions.Logging;
|
||||
using System;
|
||||
using ShipyardBusinessLogic;
|
||||
using ShipyardDatabaseImplement.Implements;
|
||||
using ShipyardContracts.BusinessLogicContracts;
|
||||
using ShipyardBusinessLogic.OfficePackage.Implements;
|
||||
using ShipyardBusinessLogic.OfficePackage;
|
||||
|
||||
namespace ShipyardView
|
||||
{
|
||||
@ -48,6 +51,12 @@ namespace ShipyardView
|
||||
services.AddTransient<FormShip>();
|
||||
services.AddTransient<FormShips>();
|
||||
services.AddTransient<FormShipComponent>();
|
||||
services.AddTransient<IReportLogic, ReportLogic>();
|
||||
services.AddTransient<AbstractSaveToExcel, SaveToExcel>();
|
||||
services.AddTransient<AbstractSaveToWord, SaveToWord>();
|
||||
services.AddTransient<AbstractSaveToPdf, SaveToPdf>();
|
||||
services.AddTransient<FormReportShipComponents>();
|
||||
services.AddTransient<FormReportOrders>();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user