コード例 #1
0
 public static string GetProduct(int productid)
 {
     clsLst clsFront = new clsLst();
     ClsData DataJSon = new ClsData();
     return DataJSon.fGetJson(clsFront.getProductById(productid));
 }