DB/TransportGuideContracts/BusinessLogicsContracts/IStopLogic.cs

13 lines
217 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 IStopLogic
{
}
}