Пример #1
0
 public ReportesBl()
 {
     _usuarioBl        = new UsuarioBl();
     _proveedorBl      = new OrdenProveedorBl();
     _itextSharpClient = new ItextSharpClient();
     _documentoPagoBl  = new DocumentoPagoBl();
     _pedidoBl         = new PedidoBl();
     _articuloPedidoBl = new ArticuloPedidoBl();
 }
 public MedioPagoDocumentoBl()
 {
     _unitOfWork       = new UnitOfWork(new OracleRepository());
     _medioPagoBl      = new MedioPagoBl();
     _documentoPagoBl  = new DocumentoPagoBl();
     _emailClient      = new EmailClient();
     _itextSharpClient = new ItextSharpClient();
     _articuloPedidoBl = new ArticuloPedidoBl();
     _mesaBl           = new MesaBl();
 }