Assign product to auction, auction list, creat auction
This commit is contained in:
parent
5936f1c380
commit
dfdccd2551
|
|
@ -35,7 +35,7 @@ public partial class AdminWidgetViewComponent : NopViewComponent
|
|||
/// A task that represents the asynchronous operation
|
||||
/// The task result contains the view component result
|
||||
/// </returns>
|
||||
public async Task<IViewComponentResult> InvokeAsync(string widgetZone, object additionalData = null)
|
||||
public virtual async Task<IViewComponentResult> InvokeAsync(string widgetZone, object additionalData = null)
|
||||
{
|
||||
//prepare model
|
||||
var models = await _widgetModelFactory.PrepareRenderWidgetModelAsync(widgetZone, additionalData, false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue