Example #1
0
 public void EditFileModelGroupID(string fieldID, string fieldGroupID)
 {
     BLL.Content.ModelAjaxDeal ajaxDeal = new KingTop.BLL.Content.ModelAjaxDeal();
     ajaxDeal.EditFileModelGroupID(fieldID, fieldGroupID);
 }