Beispiel #1
0
 public NovostiService(eBusContext _db, IMapper _mapper) : base(_db, _mapper)
 {
 }
Beispiel #2
0
 public RezervacijaKarteService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
Beispiel #3
0
 public RedVoznjeService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
Beispiel #4
0
 public BaseCrudeService(eBusContext c, IMapper m) : base(c, m)
 {
 }
Beispiel #5
0
 public KorisniciService(eBusContext c, IMapper m)
 {
     _db = c; _mapper = m;
 }
Beispiel #6
0
 public DrzavaService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
 public PutnikNotifikacijeService(eBusContext _db, IMapper _mapper) : base(_db, _mapper)
 {
 }
Beispiel #8
0
 public AutobusService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
Beispiel #9
0
 public VozaciServis(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
 public RezervacijaSjedistaService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
Beispiel #11
0
 public BaseService(eBusContext c, IMapper m)
 {
     _db = c; _mapper = m;
 }
Beispiel #12
0
 public OcjenaService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
Beispiel #13
0
 public GradService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
Beispiel #14
0
 public IKartaService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
Beispiel #15
0
 public UlogeService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
Beispiel #16
0
 public VrstaKarteService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
Beispiel #17
0
 public NotifikacijaService(eBusContext _db, IMapper _mapper) : base(_db, _mapper)
 {
 }
Beispiel #18
0
 public SistemPreporukeService(eBusContext c, IMapper m)
 {
     _db = c; _mapper = m;
 }
Beispiel #19
0
 public PutnikService(eBusContext _db, IMapper _mapper) : base(_db, _mapper)
 {
 }