Admin
2026-03-06 ec3daa05f122738f18d4474b9257e4cf794dc5cf
1
2
3
4
5
namespace WIDESEA_IStorageBasicRepository;
 
public interface ILocationInfoRepository : IRepository<DtLocationInfo>
{
}