TFS_ANTIGUO/SIGPC/AyAEL/TRA/consecutivoEL.cs

20 lines
509 B
C#
Raw Permalink Normal View History

// Decompiled with JetBrains decompiler
// Type: AyAEL.TRA.consecutivoEL
// Assembly: AyAEL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 426D1708-8588-4AC2-A7C0-DB4806E5D5ED
// Assembly location: C:\Users\EQUIPO\Downloads\Raiz\Raiz\bin\AyAEL.dll
namespace AyAEL.TRA
{
public class consecutivoEL : AyAEL
{
public int USUARIO { get; set; }
public int ANNO { get; set; }
public int FKCANTONAL { get; set; }
public int FKREGION { get; set; }
}
}