Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Created July 13, 2019 09:12
Show Gist options
  • Save DmitrySikorsky/d61aa1da6614119509035f6cecfb7738 to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/d61aa1da6614119509035f6cecfb7738 to your computer and use it in GitHub Desktop.
public interface ILocalizedBookRepository
{
IEnumerable<LocalizedBook> GetAll(string cultureCode);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment