TFS_ANTIGUO/SIGPC/AyAEL/MANT/cantonEL.cs

18 lines
486 B
C#
Raw Permalink Normal View History

// Decompiled with JetBrains decompiler
// Type: AyAEL.MANT.cantonEL
// 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.MANT
{
public class cantonEL : AyAEL
{
public string DESCRIPCIONCANTON { get; set; }
public string CODPROVCANTON { get; set; }
public int FKPROVINCIA { get; set; }
}
}