Skip to content

Instantly share code, notes, and snippets.

@softberries
Created November 29, 2019 07:47
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 softberries/6a945bd9545197331b67ca9f9d5a1f6d to your computer and use it in GitHub Desktop.
Save softberries/6a945bd9545197331b67ca9f9d5a1f6d to your computer and use it in GitHub Desktop.
@Singleton
class PersonRepository @Inject()(dbConfigProvider: DatabaseConfigProvider)
(implicit ec: ExecutionContext) {
implicit val cs = IO.contextShift(ec)
.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment