using WIDESEAWCS_Core; using WIDESEAWCS_Core.BaseServices; using WIDESEAWCS_Model.Models; namespace WIDESEAWCS_Tasks { public interface IGetStationService : IService { WebResponseContent GetStationHasPallet(List stations); } }