Created
July 25, 2017 16:26
-
-
Save filipececcon/7e0d2b178bbca8e599404eff48fb0838 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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