PluginContextUninitialize Method  | 
 
            Resets the context to uninitialized state.
            This method isn't intended to be called from plugin.
            
 
    Namespace: 
   Resto.Front.Api
    Assembly:
   Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntaxpublic static void Uninitialize()
Remarks
            Use this method in unit tests to reset the context and re-initialize with appropriate services for each test fixture.
            
See Also