Exemplo n.º 1
0
 public RatingService(
     IOnebrbContext onebrbContext,
     IMapper mapper)
 {
     _onebrbContext = onebrbContext;
     _mapper        = mapper;
 }
Exemplo n.º 2
0
 public ItemService(IOnebrbContext onebrbContext,
                    IMapper mapper
                    )
 {
     _onebrbContext = onebrbContext;
     _mapper        = mapper;
 }
Exemplo n.º 3
0
 public UserService(IOnebrbContext onebrbContext)
 {
     _onebrbContext = onebrbContext;
 }
Exemplo n.º 4
0
 public CategoryService(IOnebrbContext dbContext)
 {
     _dbContext = dbContext;
 }