NewGaoKaoApi/New_College.Repository/BASE/ITest_CycleTimeInfoReposito...

12 lines
277 B
C#

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