Exemplo n.º 1
0
 public ShopActivityImageBll(Environment.GlobalConfig.DB.FromType fromType)
 {
     _shopActivityImageDal = new ShopActivityImageDal(fromType);
 }