NewGaoKaoApi/New_College.Repository/BASE/IV_VipCardInfoRepository.cs

12 lines
262 B
C#

using New_College.IRepository.Base;
using New_College.Model.Models;
namespace New_College.IRepository
{
/// <summary>
/// IV_VipCardInfoRepository
/// </summary>
public interface IV_VipCardInfoRepository : IBaseRepository<V_VipCardInfo>
{
}
}