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