Generation

generate functionFri, 26 Apr 2024

punto de venta de abarrotes con dos formularios que se envien datos uno alotro , uno del datos de la compra y el otro de facturacion

lic class PuntoDeVenta { public string Nombre { get; set; } public string Direccion { get; set; } public string Telefono { get; set; } public string Email { get; set; } public string Ciudad { get; set; } public string Estado { get; set; } public string Pais { get; set; } public string Rfc { get; set; } public string Usu

Want to kickstart your project?Use the new AI Studio to create your code