NewGaoKaoApi/New_College.IServices/IHoldGroupMapOccupServices.cs

12 lines
261 B
C#

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