Skip to content

Instantly share code, notes, and snippets.

@dealproc
Created March 17, 2019 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dealproc/66ff58cd80f49a2b1b8d1e50596d059b to your computer and use it in GitHub Desktop.
Save dealproc/66ff58cd80f49a2b1b8d1e50596d059b to your computer and use it in GitHub Desktop.
Multi-Tenant Solutions - ISessionSource.cs
public interface ISessionSource {
ISession CreateSession();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment