Exemplo n.º 1
0
 public Repositorio(HandlingErrorsContext ctx, IMapper mapper)
 {
     _contexto             = ctx;
     _currentSet           = _contexto.Set <T>();
     _mapperConfigProvider = mapper.ConfigurationProvider;
 }
Exemplo n.º 2
0
 public RecadoRepositorio(HandlingErrorsContext ctx, IMapper mapper)
     : base(ctx, mapper)
 {
 }