NewGaoKaoApi/New_College.IServices/ID_HollandMapExplainService...

12 lines
267 B
C#

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