Beispiel #1
0
 /// <summary>
 /// Clears the web request cache for the referenced IIoC container.
 /// </summary>
 private static void ClearRequests(object sender, System.EventArgs e)
 {
     if (IoC != null)
     {
         IoC.ClearRequests();
     }
 }