Exemplo n.º 1
0
 public HomeController(IIndexDAL indexDal)
 {
     _indexDal = indexDal;
 }
Exemplo n.º 2
0
 public IndexBLL()
 {
     indexDAL = new IndexDAL();
 }