Example #1
0
 public static T AsAggregate <T>(this Product product, IAggregateFactory factory)
     where T : Product
 {
     return(factory.ProductAsAggregate <T>(product));
 }