Exemplo n.º 1
0
 public AuthUserRepository(PolygDbContext context, IMapper mapper) : base(context, mapper)
 {
     _mapper = mapper;
 }
Exemplo n.º 2
0
 public PhraseRepository(PolygDbContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 3
0
 public GenericAbstractRepository(PolygDbContext context, IMapper mapper) : base(context)
 {
     Mapper = mapper;
 }
Exemplo n.º 4
0
 public LanguageRepository(PolygDbContext context, IMapper mapper) : base(context)
 {
     _mapper = mapper;
 }