コード例 #1
0
 public Product GetById(int ID)
 {
     return(target.GetById(ID));
 }