static CreditoBll() { dalCredito = new CreditoDal(); dalCliente = new ClienteDal(); }
static ClienteBll() { dal = new ClienteDal(); }