Skip to content

Instantly share code, notes, and snippets.

@filipececcon
Created July 25, 2017 16:26
Show Gist options
  • Save filipececcon/7e0d2b178bbca8e599404eff48fb0838 to your computer and use it in GitHub Desktop.
Save filipececcon/7e0d2b178bbca8e599404eff48fb0838 to your computer and use it in GitHub Desktop.
using Domain.Entities;
namespace Repository.Repositories
{
public class PlayerRepository : RepositoryBase<Player>
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment