using New_College.IServices.BASE;
using New_College.Model.Models;
namespace New_College.IServices
{
/// <summary>
/// IU_VolunteerTableServices
/// </summary>
public interface IU_VolunteerTableServices :IBaseServices<U_VolunteerTable>
}