Правка в Program
This commit is contained in:
parent
671b74d99b
commit
138b58383e
@ -39,6 +39,8 @@ namespace SecuritySystemView
|
||||
services.AddTransient<IComponentLogic, ComponentLogic>();
|
||||
services.AddTransient<IOrderLogic, OrderLogic>();
|
||||
services.AddTransient<ISecureLogic, SecureLogic>();
|
||||
services.AddTransient<IShopStorage, ShopStorage>();
|
||||
services.AddTransient<IShopLogic, ShopLogic>();
|
||||
services.AddTransient<FormMain>();
|
||||
services.AddTransient<FormComponent>();
|
||||
services.AddTransient<FormComponents>();
|
||||
@ -46,6 +48,9 @@ namespace SecuritySystemView
|
||||
services.AddTransient<FormSecure>();
|
||||
services.AddTransient<FormSecureComponent>();
|
||||
services.AddTransient<FormSecures>();
|
||||
services.AddTransient<FormShop>();
|
||||
services.AddTransient<FormShops>();
|
||||
services.AddTransient<FormShopSupply>();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user