Putilin P. A. Lab work 1 Base #1

Closed
Pavel wants to merge 9 commits from Lab1Base into main
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 8c8934c48c - Show all commits

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
{