Webiant Logo Webiant Logo
  1. No results found.

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

IRender.cs

namespace Nop.Web.Framework.Models.DataTables;

/// 
/// Represents render (process) the data for use in the DataTables.
/// 
public partial interface IRender
{
}