q
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user