Exemplo n.º 1
0
 public BaseRepository(IdentificationBdContext context)
 {
     _context  = context;
     _entities = context.Set <T>();
 }
Exemplo n.º 2
0
 public AutenticationRepository(IdentificationBdContext context) : base(context)
 {
 }
Exemplo n.º 3
0
 public UnitOfWork(IdentificationBdContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public UsuarioPerfilRepository(IdentificationBdContext context) : base(context)
 {
 }