Skip to content

Instantly share code, notes, and snippets.

@vvsevolodovich
Created June 2, 2020 13:57
Show Gist options
  • Save vvsevolodovich/adc2b80dbeb2c4891e986d10fc2e0609 to your computer and use it in GitHub Desktop.
Save vvsevolodovich/adc2b80dbeb2c4891e986d10fc2e0609 to your computer and use it in GitHub Desktop.
class MovieService(private val iDataStore: IDataStore<Movie> =
Backendless.Data.of(Movie::class.java)) : IBackendlessService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment