Example #1
0
 public int Update(StoragePlaceInfo model)
 {
     return(dal.Update(model));
 }