using New_College.IRepository.Base;
using New_College.Model.Models;
namespace New_College.IRepository
{
/// <summary>
/// IT_LongIdMapRepository
/// </summary>
public interface IT_LongIdMapRepository : IBaseRepository<T_LongIdMap>
}