コード例 #1
0
 public PromotionDTO CreateComplex(Promotion promotion)
 {
     return(PromotionDTO.CreateFromDomainWithAssociatedTables(promotion));
 }