예제 #1
0
 public ABMPrestamos()
 {
     InitializeComponent();
     oEstadoDetallePrestamoService = new EstadoDetallePrestamoService();
     oDetallePrestamoService       = new DetallePrestamoService();
     oPrestamoService       = new PrestamoService();
     oEstadoPrestamoService = new EstadoPrestamoService();
     oLibroService          = new LibroService();
     oSoporteForm           = new SoporteForm();
     oPrestamoSelected      = new Prestamo();
     oEjemplarService       = new EjemplarService();
 }
예제 #2
0
 public PrestamoDAO()
 {
     oDetallePrestamoService = new DetallePrestamoService();
 }