Пример #1
0
 public static void UpdateShipping(ShippingInfo shipping)
 {
     dal.UpdateShipping(shipping);
     CacheHelper.Remove(cacheKey);
 }