コード例 #1
0
 public override bool VerificarSiExiste(long?id = null)
 {
     return(_articuloServicio.VerificarSiExiste(txtDescripcion.Text, id));
 }