NewGaoKaoApi/New_College.Repository/BASE/IHoldGroupMapOccupRepositor...

12 lines
274 B
C#

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