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