NewGaoKaoApi/New_College.IServices/ID_NewsInfoServices.cs

12 lines
240 B
C#

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