NewGaoKaoApi/New_College.Repository/BASE/ID_EnrollmentinproductionRe...

12 lines
295 B
C#

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