IMediaLableRepository.cs 140 B

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