13 lines
387 B
C#
13 lines
387 B
C#
namespace bdAsegasa.Informes
|
|
{
|
|
public class CombinacionCorrespondenciaPagosTelematicos
|
|
{
|
|
public string NumeroOperacion { get; set; }
|
|
public string FechaOperacion { get; set; }
|
|
public string Importe { get; set; }
|
|
public string Referencia { get; set; }
|
|
public string RazonSocial { get; set; }
|
|
public string DNI { get; set; }
|
|
}
|
|
}
|