13 lines
148 B
C#
13 lines
148 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
|
|||
|
|
namespace AyAEL.ADM
|
|||
|
|
{
|
|||
|
|
public class RecursoEL : AyAEL
|
|||
|
|
{
|
|||
|
|
#region Atributos
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
}
|
|||
|
|
}
|