NewGaoKaoApi/New_College.Repository/BASE/ID_LongIdMapRepository.cs

12 lines
256 B
C#

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