DB/TransportGuideContracts/BusinessLogicsContracts/IRouteLogic.cs

13 lines
218 B
C#
Raw Normal View History

2023-05-03 19:05:35 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TransportGuideContracts.BusinessLogicsContracts
{
public interface IRouteLogic
{
}
}