コード例 #1
0
 public static string FillCmbPost()
 {
     manageBLL mb = new manageBLL();
     return JsonConvert.SerializeObject(mb.FillCmbPost());
 }