コード例 #1
0
 public static string getcombo(int id)
 {
     clsLst lst = new clsLst();
     ClsData data = new ClsData();
     return data.fGetJson(lst.comboSupplierType());
 }