Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created February 24, 2018 19:50
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 gdyrrahitis/6fa19c3d2f03e1277c47e011b7e60333 to your computer and use it in GitHub Desktop.
Save gdyrrahitis/6fa19c3d2f03e1277c47e011b7e60333 to your computer and use it in GitHub Desktop.
// lines ommitted for brevity
{
"Name": "Authentication.Local.Repositories.UserRepository",
"Commands": {
"FindByUserNameAsync": {
"ConnectionAlias": "samples",
"CommandText": "SELECT [Id],[Username],[Password],[FirstName],[Surname],[Email],[DateOfBirth] FROM [dbo].[User] where [Username]=@username",
"CommandTimeout": 30,
"CommandType": 1,
"Flags": 1
}
}
},
// lines ommitted for brevity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment