コード例 #1
0
 public void Update(TipoVehiculo entity)
 {
     _repositoryTipoVehiculo.Update(entity);
 }