lefu.xiao

Results 2 comments of lefu.xiao

the Product and Category entity: public class Category :AuditedAggregateRoot { public string Name { get; set; } } public class Product : FullAuditedAggregateRoot { public Category Category { get; set;...

thank you,and then I want to ask "why add ConfigureByConvention"