Add collection attribute name
This commit is contained in:
parent
8d1e218eb9
commit
ff404ec105
@ -1,8 +1,10 @@
|
||||
using MongoDB.Bson;
|
||||
using Core.Blueprint.Mongo;
|
||||
using MongoDB.Bson;
|
||||
using MongoDB.Bson.Serialization.Attributes;
|
||||
|
||||
namespace Core.Thalos.BuildingBlocks
|
||||
{
|
||||
[CollectionAttributeName("Tenants")]
|
||||
public class TenantAdapter : Document
|
||||
{
|
||||
[BsonElement("name")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user