NewGaoKaoApi/New_College.IServices/ID_MajorObtainServices.cs

12 lines
249 B
C#

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