NewGaoKaoApi/New_College.IServices/ID_MajorServices.cs

12 lines
231 B
C#

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