コード例 #1
0
 public Repositorio(HandlingErrorsContext ctx, IMapper mapper)
 {
     _contexto             = ctx;
     _currentSet           = _contexto.Set <T>();
     _mapperConfigProvider = mapper.ConfigurationProvider;
 }
コード例 #2
0
 public RecadoRepositorio(HandlingErrorsContext ctx, IMapper mapper)
     : base(ctx, mapper)
 {
 }