NewGaoKaoApi/New_College.Repository/BASE/ITest_QuestionInfoRepositor...

12 lines
274 B
C#

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