Exemple #1
0
 public ProductoBE Consulta(ProductoBE filtro)
 {
     return(_dal.Consulta(filtro));
 }