コード例 #1
0
 public Product Get(string id)
 {
     return(MysqlClient.GetProductByIdInMysql(id));
 }