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