Правки шифрования
This commit is contained in:
@@ -31,6 +31,7 @@ public static class MongoDbMapConfigurator
|
||||
cm.MapField("_deletedFor").SetElementName("DeletedFor");
|
||||
cm.MapField("_readBy").SetElementName("ReadBy");
|
||||
cm.MapField("_reactions").SetElementName("Reactions");
|
||||
cm.MapProperty(c => c.Quote).SetSerializer(new EncryptedStringSerializer());
|
||||
cm.SetIsRootClass(true);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user