NewGaoKaoApi/New_College.Repository/BASE/IOccupationMapJobInfoReposi...

12 lines
283 B
C#

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