|
using New_College.IServices.BASE;
|
|
using New_College.Model.Models;
|
|
|
|
namespace New_College.IServices
|
|
{
|
|
/// <summary>
|
|
/// ID_MajorMapOccouptionServices
|
|
/// </summary>
|
|
public interface ID_MajorMapOccouptionServices :IBaseServices<D_MajorMapOccouption>
|
|
{
|
|
}
|
|
} |