Exemplo n.º 1
0
 public PreporukePoTimuService(IMapper mapper, ISNogometniStadionContext context) : base(mapper, context)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 2
0
 public SektoriService(IMapper mapper, ISNogometniStadionContext context) : base(mapper, context)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 3
0
 public BaseService(IMapper mapper, ISNogometniStadionContext context)
 {
     _context = context;
     _mapper  = mapper;
 }
 public KorisniciService(ISNogometniStadionContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 5
0
 public PreporukePoLokacijiService(ISNogometniStadionContext context, IMapper mapper) : base(mapper, context)
 {
     _context = context;
     _mapper  = mapper;
 }