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