public AdvertService(IAdvertDAL adDAL) { serviceDAL = adDAL; }
public AdvertBLL() { dal = new AdvertDAL(); }