Event creation.
This commit is contained in:
@@ -358,13 +358,15 @@ public class MailFetchingTests : IAsyncLifetime
|
||||
var authProvider = new Mock<IAuthenticationProvider>();
|
||||
var mimeFileService = new Mock<IMimeFileService>();
|
||||
var preferencesService = new Mock<IPreferencesService>();
|
||||
var contactPictureFileService = new Mock<IContactPictureFileService>();
|
||||
|
||||
var accountService = new AccountService(
|
||||
db,
|
||||
signatureService.Object,
|
||||
authProvider.Object,
|
||||
mimeFileService.Object,
|
||||
preferencesService.Object);
|
||||
preferencesService.Object,
|
||||
contactPictureFileService.Object);
|
||||
|
||||
var folderService = new FolderService(db, accountService);
|
||||
var contactService = new ContactService(db);
|
||||
|
||||
Reference in New Issue
Block a user