ComponentAttribute.cs 150 B

123456789
  1. using MongoDB.Bson.Serialization.Attributes;
  2. namespace Model
  3. {
  4. [BsonKnownTypes(typeof(AConfigComponent))]
  5. public partial class Component
  6. {
  7. }
  8. }