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