namespace WIDESEA_IStorageBasicRepository;

public interface IPointStackerRelationRepository : IRepository<PointStackerRelation>
{
}