Có vẻ như thuộc tính [BsonIgnore] đã thực hiện công việc.
public class GroceryList : MongoEntity<ObjectId>
{
public FacebookList Owner { get; set; }
[BsonIgnore]
public bool IsOwner { get; set; }
}
Có vẻ như thuộc tính [BsonIgnore] đã thực hiện công việc.
public class GroceryList : MongoEntity<ObjectId>
{
public FacebookList Owner { get; set; }
[BsonIgnore]
public bool IsOwner { get; set; }
}