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

25 lines
419 B
C#
Raw Permalink Normal View History

using System;
namespace AyAEL.EVP
{
public class EvaluacionSocialEL : AyAEL
{
#region Atributos
public string VANE { get; set; }
public string TIRE { get; set; }
public string RCE { get; set; }
public string TSD { get; set; }
public string RBC { get; set; }
public int Proyecto { get; set; }
#endregion
}
}