NewGaoKaoApi/New_College.Repository/BASE/IU_VolunteerTableDetailRepo...

12 lines
289 B
C#

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