INNER CODE UNIT · C#
ItemMeta
mongodb/mongo-efcore-provider · benchmarks/MongoDB.EntityFrameworkCore.Benchmarks/Model.Extended.cs:43
public class ItemMeta { public string Category { get; set; } = ""; public double Weight { get; set; } }
public class Discount { public string Kind { get; set; } = ""; public decimal Amount { get; set; } }