public RecadoRepositorio(EnkiGroupContext ctx, IMapper mapper)
     : base(ctx, mapper)
 {
 }
Exemple #2
0
 public Repositorio(EnkiGroupContext ctx, IMapper mapper)
 {
     _contexto             = ctx;
     _currentSet           = _contexto.Set <T>();
     _mapperConfigProvider = mapper.ConfigurationProvider;
 }