Exemple #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 public AuthManager(MultiTenantDataContext dataContext)
 {
     Context = dataContext;
 }
Exemple #2
0
 /// <summary>
 /// Dispose
 /// </summary>
 public void Dispose()
 {
     Context = null;
 }