Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Created July 29, 2020 12:30
Show Gist options
  • Select an option

  • Save PradeepLoganathan/04170fc4b45893cc36cdba3ccf203f54 to your computer and use it in GitHub Desktop.

Select an option

Save PradeepLoganathan/04170fc4b45893cc36cdba3ccf203f54 to your computer and use it in GitHub Desktop.
IBooksRepository
public interface IBooksRepository:IGenericRepository<Book>
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment