It tells me it's a null variable, since it's local

0

I says that it is a null variable being that it is local and I do not know why

 var TarjetaAModificar = new tarjetaDtos
 {
  Id = EntidadId.Value,
  Descripcion = txtDescripcion.Text,
 };

    
asked by luis Falleni 12.11.2018 в 06:11
source

0 answers