Eliseev E.E. LabWork06 #10

Closed
ElEgEv wants to merge 19 commits from LabWork06 into LabWork05
3 changed files with 5 additions and 1 deletions
Showing only changes of commit 62be959e63 - Show all commits

View File

@ -51,6 +51,7 @@ namespace BlacksmithWorkshop
services.AddTransient<IReportLogic, ReportLogic>();
services.AddTransient<IClientLogic, ClientLogic>();
services.AddTransient<IImplementerLogic, ImplementerLogic>();
services.AddTransient<IWorkProcess, WorkModeling>();
services.AddTransient<AbstractSaveToExcel, SaveToExcel>();
services.AddTransient<AbstractSaveToWord, SaveToWord>();

View File

@ -14,7 +14,9 @@ namespace BlacksmithWorkshopContracts.BusinessLogicsContracts
{
List<OrderViewModel>? ReadList(OrderSearchModel? model);
bool CreateOrder(OrderBindingModel model);
OrderViewModel? ReadElement(OrderSearchModel model);
bool CreateOrder(OrderBindingModel model);
bool TakeOrderInWork(OrderBindingModel model);

View File

@ -6,6 +6,7 @@ using System.Threading.Tasks;
namespace BlacksmithWorkshopContracts.BusinessLogicsContracts
{
//интерфейс для класса, имитирующего работу
public interface IWorkProcess
{
// Запуск работ