コード例 #1
0
 public bool Update(Ubicacion obj)
 {
     return(obj != null && obj.Update());
 }