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