Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

VideoService.cs

using Nop.Core.Domain.Catalog;
using Nop.Core.Domain.Media;
using Nop.Data;

namespace Nop.Services.Media;

/// 
/// Video service
/// 
public partial class VideoService : IVideoService
{
    #region Fields

    protected readonly IRepository _productVideoRepository;
    protected readonly IRepository