Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Created July 13, 2019 09:11
Show Gist options
  • Save DmitrySikorsky/915d810f8b694b5de6a64a4219e41d5e to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/915d810f8b694b5de6a64a4219e41d5e to your computer and use it in GitHub Desktop.
public class LocalizedBook
{
public int Id { get; set; }
public string Name { get; set; }
public string Description { get; set; }
public string Author { get; set; }
public int Year { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment