コード例 #1
0
 public static string getExistance(int productid)
 {
     clsLst lst = new clsLst();
     return  lst.getExistenceProductById(productid).ToString();
 }