TFS_ANTIGUO/AYA.FROPI/AyAEL/EVP/EvaluacionCostosEL.cs

21 lines
331 B
C#
Raw Normal View History

using System;
namespace AyAEL.EVP
{
public class EvaluacionCostosEL : AyAEL
{
#region Atributos
public string TSD { get; set; }
public string VAC { get; set; }
public string CAE { get; set; }
public int Proyecto { get; set; }
#endregion
}
}