Webiant Logo Webiant Logo
  1. No results found.

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

_GeneralCommon.Common.Tour.cshtml

@inject Nop.Services.Stores.IStoreService storeService
@{
    var storeTour = (await storeService.GetAllStoresAsync()).FirstOrDefault();
}

@await Html.PartialAsync("_AdminTour");