コード例 #1
0
 public bool ModificarTipo(TipoProductoDTO tipo)
 {
     return(tipopRepository.Modificar(tipo));
 }