コード例 #1
0
 public List <Model.Products> GetAlikeProducts(int productId)
 {
     return(_service.GetAlikeProducts(productId));
 }