Exemple #1
0
 public ClienteService()
 {
     this.clienteRepo  = new ClienteRepo();
     this.alquilerRepo = new AlquilerRepo();
 }
 public AlquilerService()
 {
     this.alquilerRepo = new AlquilerRepo();
     this.clienteRepo  = new ClienteRepo();
     this.productoRepo = new ProductoRepo();
 }