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