NewGaoKaoApi/New_College.Repository/BASE/ID_QualificationLineReposit...

12 lines
280 B
C#

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