PIbd-22 Kaznacheeva E.K. LabWork_2_hard #12

Closed
kaznacheeva wants to merge 11 commits from LabWork_2_hard into LabWork_2
Showing only changes of commit b5d3ccbe9a - Show all commits

View File

@ -53,6 +53,7 @@ namespace SoftwareInstallation
services.AddTransient<FormAddPackageInShop>();
services.AddTransient<FormShop>();
services.AddTransient<FormShops>();
services.AddTransient<FormSellPackage>();
}
}
}