Example #1
0
 public DemoBAL(IDemoDal demoDal)
 {
     DemoDal = demoDal;
 }
Example #2
0
 public DemoBiz()
 {
     demoDal = new DemoDal();
 }