StoragesContracts
This commit is contained in:
parent
585132da4a
commit
db07407ffd
12
TransportGuideContracts/StoragesContracts/IRouteStorage.cs
Normal file
12
TransportGuideContracts/StoragesContracts/IRouteStorage.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace TransportGuideContracts.StoragesContracts
|
||||||
|
{
|
||||||
|
internal class IRouteStorage
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
TransportGuideContracts/StoragesContracts/IStopStorage.cs
Normal file
12
TransportGuideContracts/StoragesContracts/IStopStorage.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace TransportGuideContracts.StoragesContracts
|
||||||
|
{
|
||||||
|
internal interface IStopStorage
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace TransportGuideContracts.StoragesContracts
|
||||||
|
{
|
||||||
|
internal interface ITransportTypeStorage
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user