NewGaoKaoApi/New_College.Repository/BASE/IT_EnrollmentBatchRepositor...

12 lines
274 B
C#

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