NewGaoKaoApi/New_College.Repository/BASE/ID_HighSchoolRankRepository.cs

12 lines
271 B
C#

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