Example #1
0
 public RepositoryEF(AppContexto context)
 {
     _ctx = context;
     _dbSet = _ctx.Set<T>();
 }
Example #2
0
 public UsuarioRepositoryEF(AppContexto context) : base(context)
 {
 }
Example #3
0
 public UnitOfWork()
 {
     _ctx = new AppContexto();
 }
Example #4
0
 public PlanoContasRepositoryEF(AppContexto context) : base(context)
 {
 }
Example #5
0
 public ParticipanteRepositoryEF(AppContexto context) : base(context)
 {
 }