xxyy
2025-03-27 56f8789d960e0e84f50cdf6a425b3e3a401ba884
1
2
3
4
5
namespace WIDESEA_IStorageBasicRepository;
 
public interface IPointStackerRelationRepository : IRepository<PointStackerRelation>
{
}