Пример #1
0
 public bool Update(HujingModel.DictItemEntity obj)
 {
     try
     {
         Update("DictItemMap.Update", obj);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
Пример #2
0
 public bool Update(HujingModel.DictItemEntity obj)
 {
     return(itemAccess.Update(obj));
 }
Пример #3
0
 public bool Save(HujingModel.DictItemEntity obj)
 {
     return(itemAccess.Save(obj));
 }