16 lines
236 B
C#
16 lines
236 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace AyAEL.AGP
|
|||
|
|
{
|
|||
|
|
public class ResultadoEL : AyAEL
|
|||
|
|
{
|
|||
|
|
#region Atributos
|
|||
|
|
|
|||
|
|
public int Numero { get; set; }
|
|||
|
|
|
|||
|
|
public int Proyecto { get; set; }
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
}
|
|||
|
|
}
|