namespace WIDESEAWCS_IProcessRepository;

public interface IPlatFormRepository : IRepository<Platform>
{
}