コード例 #1
0
 public string getdata()
 {
     ProductAdminBLL bll = new ProductAdminBLL();
     string str = bll.getdata();
     return str;
 }