15 lines
236 B
C#
15 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
|
|
}
|
|
}
|