TFS_ANTIGUO/AYA.FROPI/AyAEL/CVP/RespuestaEtapaEL.cs
Administrador 50700fd78b Solución FROPI
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C491
2019-05-27 14:46:35 +00:00

19 lines
292 B
C#

using System;
namespace AyAEL.CVP
{
public class RespuestaEtapaEL : AyAEL
{
#region Atributos
public int CicloVida { get; set; }
public int Catalogo { get; set; }
public string Otro { get; set; }
#endregion
}
}