This commit is contained in:
zel
2025-02-21 16:01:46 +08:00
parent 4e0966756c
commit 3d713d8037
4 changed files with 9 additions and 95 deletions

View File

@@ -202,7 +202,7 @@ namespace DummyPageGenerator
/// Creates a random page on the wiki.
/// </summary>
/// <param name="userId"></param>
public void GeneratePage(ITightEngine engine, Guid userId)
public void GeneratePage(IZelEngine engine, Guid userId)
{
try
{
@@ -291,7 +291,7 @@ namespace DummyPageGenerator
/// Modifies a random page on the wiki.
/// </summary>
/// <param name="userId"></param>
public void ModifyRandomPages(ITightEngine engine, Guid userId)
public void ModifyRandomPages(IZelEngine engine, Guid userId)
{
var pageToModify = GetRandomPage();