Exemplo n.º 1
0
 public NewsController(DAL.NewsDAL dal, DAL.CategoryDAL cadal)
 {
     this.dal   = dal;
     this.cadal = cadal;
 }
Exemplo n.º 2
0
 public NewsController(DAL.NewsDAL ndal)
 {
     this.ndal = ndal;
 }