コード例 #1
0
 public static Product MapProduct(FieldProduct drupalProduct)
 {
     return(Mapper.Map <Product>(drupalProduct));
 }