Пример #1
0
 public static void DeleteShipping(string strID)
 {
     dal.DeleteShipping(strID);
     CacheHelper.Remove(cacheKey);
 }