Skip to content

Instantly share code, notes, and snippets.

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