23 lines
620 B
C#
23 lines
620 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: AyAEL.Tran.visitaSolicitudEL
|
|
// 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
|
|
|
|
using System;
|
|
|
|
namespace AyAEL.Tran
|
|
{
|
|
public class visitaSolicitudEL : AyAEL
|
|
{
|
|
public string FKNUMSOLICITUD { get; set; }
|
|
|
|
public int FKTIPOINSPECTOR { get; set; }
|
|
|
|
public int FKINSPECTOR { get; set; }
|
|
|
|
public DateTime FECHAENTREGADO { get; set; }
|
|
|
|
public DateTime FECHARESUELTO { get; set; }
|
|
}
|
|
}
|