IVipRepository.cs 132 B

123456789
  1. using Datory;
  2. namespace GxPress.Repository.Interface.Vip
  3. {
  4. public interface IVipRepository: IRepository
  5. {
  6. }
  7. }