-
No results found.
Try your search with a different keyword or use * as a wildcard.
IVideoService.cs
using Nop.Core.Domain.Media;
namespace Nop.Services.Media;
///
/// Video service interface
///
public partial interface IVideoService
{
///
/// Gets a video
///
/// Video identifier
///
/// A task that represents the asynchronous operation
/// The task result contains the video
///
Task