Exemplo n.º 1
0
 public DemoBAL(IDemoDal demoDal)
 {
     DemoDal = demoDal;
 }
Exemplo n.º 2
0
 public DemoBiz()
 {
     demoDal = new DemoDal();
 }