public TaxaDalTests()
 {
     _taxaDal = new TaxaDal();
 }
Beispiel #2
0
 public TaxaBll(ITaxaDal taxaDal)
 {
     _taxaDal = taxaDal;
 }