Created
March 17, 2019 10:38
-
-
Save dealproc/66ff58cd80f49a2b1b8d1e50596d059b to your computer and use it in GitHub Desktop.
Multi-Tenant Solutions - ISessionSource.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public interface ISessionSource { | |
ISession CreateSession(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment