fix iba a dar una excepcion por desearilazion lo que estaba antes ahi
This commit is contained in:
@@ -3,8 +3,8 @@ public class DefectoDto {
|
||||
public long Id { get; set;}
|
||||
public string Descripcion { get; set;} ="";
|
||||
public Decimal Costo { get; set;}
|
||||
public int Idestado { get; set;}
|
||||
public string Estado { get; set;} ="";
|
||||
public long Idcontrato { get; set;}
|
||||
public bool Pagainquilino { get; set;}
|
||||
public int Iddivisa { get; set;}
|
||||
public string Pagainquilino { get; set;} ="";
|
||||
public string Divisa { get; set;} ="";
|
||||
}
|
||||
Reference in New Issue
Block a user