Skip to content

Instantly share code, notes, and snippets.

@migsalazar
Created June 14, 2015 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save migsalazar/85808a3f4ebf849fc88a to your computer and use it in GitHub Desktop.
Save migsalazar/85808a3f4ebf849fc88a to your computer and use it in GitHub Desktop.
Repository - Entity
public class Entity : Repository<Entity>, IEntityRepository
{
//Propiedades
//Constructor con nueva instancia del contexto
//Implementación de métodos
//Métodos particulares de clase
//Huevos de pascua
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment