Skip to content

Instantly share code, notes, and snippets.

@hakant
Created November 6, 2016 17:36
Show Gist options
  • Select an option

  • Save hakant/ce9a6521a16d871bb652c2f41299312d to your computer and use it in GitHub Desktop.

Select an option

Save hakant/ce9a6521a16d871bb652c2f41299312d to your computer and use it in GitHub Desktop.
interface IAdminRepository {
IsUserAdmin(username : string) : boolean;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment