13 lines
211 B
C#
13 lines
211 B
C#
using System;
|
|
|
|
namespace AyAEL.ADM
|
|
{
|
|
public class PartidaPresupuestariaEL : AyAEL
|
|
{
|
|
#region Atributos
|
|
|
|
public int Indice { get; set; }
|
|
|
|
#endregion
|
|
}
|
|
}
|