24 lines
419 B
C#
24 lines
419 B
C#
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
|
|
|
|
}
|
|
}
|