agregado procesos y bd clases
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user