Mochalov D.V. LabWork05_Hard #13

Closed
b0n3l3sS wants to merge 63 commits from LabWork05_Hard into LabWork05_Base
Showing only changes of commit 8a60e580e8 - Show all commits

View File

@ -61,13 +61,13 @@ namespace LawFirm
services.AddTransient<FormDocument>();
services.AddTransient<FormDocumentBlank>();
services.AddTransient<FormDocuments>();
}
}
}
}
}
services.AddTransient<FormShop>();
services.AddTransient<FormShops>();
services.AddTransient<FormShopSupply>();
services.AddTransient<FormShopSell>();
services.AddTransient<FormReportDocumentBlanks>();
services.AddTransient<FormReportOrder>();
}
}
}