DB/TransportGuideContracts/StoragesContracts/IRouteStorage.cs

13 lines
212 B
C#
Raw Normal View History

2023-05-03 19:23:22 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TransportGuideContracts.StoragesContracts
{
internal class IRouteStorage
{
}
}