Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Last active August 4, 2019 13:28
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 gavilanch/c4dc04e21cd2126a3d631e2a8eac8902 to your computer and use it in GitHub Desktop.
Save gavilanch/c4dc04e21cd2126a3d631e2a8eac8902 to your computer and use it in GitHub Desktop.
interface ICurrentUserService
{
string GetCurrentUsername();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment