public ShopActivityNoticeBll(Environment.GlobalConfig.DB.FromType fromType)
 {
     _activityNoticeDal = new ShopActivityNoticeDal(fromType);
 }