Está en la página 1de 1

Factura

Andrés Felipe Rengifo

Plato

-IdPlato:int
-Nombre:String
-CantidadPlatos:int
-Precio:Double

+Plato()
+Plato(int,int,Double)

Factura
Cliente
- IdFac:int
-IdCliente:int
- Subtotal:double DetalleFac
-Nombre:String
- igv:double
-Direccion:String
- Total:double
-Corro:String
- FechaFac:String

+Cliente()
+Factura()
+ Cliente(int,String,String,String)
+ Factura(int,double,double,doubel,Strign)
+getter and setter
+ getter and setter

También podría gustarte