Last active
March 17, 2019 06:54
-
-
Save dealproc/41e9dd6fb6891d8bca0a6d4e9b4054e3 to your computer and use it in GitHub Desktop.
Multi-Tenant Solutions - ITenantAccessor
This file contains hidden or 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 IAccountAccessor { | |
Account GetCurrentAccount(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment