namespace Nop.Web.Framework.Models.DataTables;
/// <summary>
/// Represents render (process) the data for use in the DataTables.
/// </summary>
public partial interface IRender
{
}