Example #1
0
 public ModelLogic()
 {
     this.dal = new ModelDal();
 }
Example #2
0
 public ModelManager()
 {
     _modelDal = new ModelDal();
 }