This commit is contained in:
Павел Путилин 2023-02-21 00:40:32 +04:00
parent 5b75181758
commit 8c8934c48c
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ using PrecastConcretePlantContracts.StoragesContract;
using PrecastConcretePlantListImplement.Implements;
using PrecastConcretePlantListImplement;
using PrecastConcretePlantView;
using ConfectioneryBusinessLogic.BusinessLogic;
namespace PrecastConcretePlant

View File

@ -5,7 +5,7 @@ using PrecastConcretePlantContracts.StoragesContract;
using PrecastConcretePlantContracts.ViewModels;
using Microsoft.Extensions.Logging;
namespace ConfectioneryBusinessLogic.BusinessLogic
namespace PrecastConcretePlantBusinessLogic.BusinessLogic
{
public class ReinforcedLogic : IReinforcedLogic
{