EnumTipoEstado
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C201
This commit is contained in:
parent
992c0ddb5d
commit
2dd7531549
1 changed files with 9 additions and 0 deletions
|
|
@ -17,4 +17,13 @@ namespace AYA.SlnSinortModel.Constantes
|
|||
public const string ERROR = "ERROR";
|
||||
public const string ADVERTENCIA = "ADVERTENCIA";
|
||||
}
|
||||
|
||||
public class EnumTipoEstado
|
||||
{
|
||||
public const int INICIAL = 1;
|
||||
public const int CONSTRUCCION = 2;
|
||||
public const int ELIMINADO = 3;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue