Upload files to 'ShipyardView'
This commit is contained in:
parent
496710f2ac
commit
a371c92e52
@ -2,12 +2,14 @@ using Microsoft.Extensions.DependencyInjection;
|
||||
using ShipyardBusinessLogic.BusinessLogics;
|
||||
using ShipyardContracts.BusinessLogicsContracts;
|
||||
using ShipyardContracts.StoragesContracts;
|
||||
using ShipyardListImplement.Implements;
|
||||
using ShipyardListImplement;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using NLog.Extensions.Logging;
|
||||
using System;
|
||||
using ShipyardBusinessLogic;
|
||||
using ShipyardFileImplement;
|
||||
using ShipyardFileImplement.Implements;
|
||||
using OrderStorage = ShipyardFileImplement.Implements.OrderStorage;
|
||||
using ShipStorage = ShipyardFileImplement.Implements.ShipStorage;
|
||||
|
||||
namespace ShipyardView
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user