public AdvertService(IAdvertDAL adDAL)
 {
     serviceDAL = adDAL;
 }
Exemple #2
0
 public AdvertBLL()
 {
     dal = new AdvertDAL();
 }