using WIDESEAWCS_Core.BaseServices; using WIDESEAWCS_Model.Models; namespace WIDESEAWCS_IShuttleCar { public interface IShuttleCarService : IService { Dt_ShuttleCar QueryShuttleCar(string address); Dt_ShuttleCar QueryCode(string ShuttleCarId); } }