Skip to content

Instantly share code, notes, and snippets.

@dealproc
Last active March 17, 2019 06:54
Show Gist options
  • Save dealproc/41e9dd6fb6891d8bca0a6d4e9b4054e3 to your computer and use it in GitHub Desktop.
Save dealproc/41e9dd6fb6891d8bca0a6d4e9b4054e3 to your computer and use it in GitHub Desktop.
Multi-Tenant Solutions - ITenantAccessor
public interface IAccountAccessor {
Account GetCurrentAccount();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment