예제 #1
0
 public int SaveSelected(string categoryIDs, string selected)
 {
     EweDL eweDL = new EweDL();
     return eweDL.SaveSelected(categoryIDs.Split(','), selected.Split(','));
 }