Exemplo n.º 1
0
 static CreditoBll()
 {
     dalCredito = new CreditoDal();
     dalCliente = new ClienteDal();
 }
Exemplo n.º 2
0
 static ClienteBll()
 {
     dal = new ClienteDal();
 }