Creating MailAccountAlias entity.

This commit is contained in:
Burak Kaan Köse
2024-08-15 16:02:02 +02:00
parent c6047a8428
commit 05ddc0660a
4 changed files with 54 additions and 1 deletions

View File

@@ -61,7 +61,8 @@ namespace Wino.Core.Services
typeof(CustomServerInformation),
typeof(AccountSignature),
typeof(MergedInbox),
typeof(MailAccountPreferences)
typeof(MailAccountPreferences),
typeof(MailAccountAlias)
);
}
}