Enumtipoestado Historico = 4

git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C244
This commit is contained in:
dmendez 2018-07-13 16:31:49 +00:00
parent bb8e2970f8
commit 28e6d07045

View file

@ -23,6 +23,7 @@ namespace AYA.SlnSinortModel.Constantes
public const int INICIAL = 1;
public const int CONSTRUCCION = 2;
public const int ELIMINADO = 3;
public const int HISTORICO = 4;
}