Exemplo n.º 1
0
 public void Dispose()
 {
     if (this is IDependencyResolver)
     {
         _dependencyTable.Dispose();
     }
     CallSiteCollection.RemoveAll();
 }