This commit is contained in:
Paul Schneider 2018-04-26 11:53:01 +02:00
commit 8b3f6a75bb
2 changed files with 5 additions and 3 deletions

View file

@ -49,7 +49,7 @@ namespace cli
var app = hostengnine.Start();
var mailer = app.Services.GetService<EMailer>();
mailer.AllUserGen(2);
mailer.AllUserGen(2, nameof(UserOrientedTemplate));
}
}
}