Files
Asegasa.NET/bdAsegasa/db/v_documentospendientes.cs

16 lines
352 B
C#

using System;
using System.Collections.Generic;
using PropertyChanged;
namespace bdAsegasa.db;
[AddINotifyPropertyChangedInterface]
public partial class v_documentospendientes
{
public int idPoliza { get; set; }
public decimal? DocumentosPendientesSubir { get; set; }
public decimal? DocumentosPendientesComprobacion { get; set; }
}