Exemplo n.º 1
0
 public bool Update(HujingModel.RegionAreaEntity entity)
 {
     return(access.Save(entity));
 }
Exemplo n.º 2
0
 public bool Save(HujingModel.RegionAreaEntity obj)
 {
     return(access.Save(obj));
 }