using WIDESEAWCS_Core.BaseServices; using WIDESEAWCS_Model.Models; namespace WIDESEAWCS_IProcessService { public interface IPlatFormService : IService<Platform> { } }