11 lines
224 B
C#
Executable File
11 lines
224 B
C#
Executable File
namespace ZB.MOM.WW.CBDD.Bson;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class BsonIdAttribute : Attribute
|
|
{
|
|
}
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class BsonIgnoreAttribute : Attribute
|
|
{
|
|
} |