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