Example #1
0
 public void AlbumsContentSync(string tableName, string fieldName, string newValue, string id, string imgPath)
 {
     KingTop.BLL.Content.ModelAjaxDeal ajaDeal = new KingTop.BLL.Content.ModelAjaxDeal();
     ajaDeal.AlbumsContentSync(tableName, fieldName, newValue, id, imgPath);
 }