13 lines
206 B
C#
13 lines
206 B
C#
using System;
|
|
|
|
namespace AyAEL.EVP
|
|
{
|
|
public class AprobacionVAPEL : AyAEL
|
|
{
|
|
#region Atributos
|
|
|
|
public int AnalisisAmbiental { get; set; }
|
|
|
|
#endregion
|
|
}
|
|
}
|