コード例 #1
0
 public NovostiService(eBusContext _db, IMapper _mapper) : base(_db, _mapper)
 {
 }
コード例 #2
0
 public RezervacijaKarteService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
コード例 #3
0
 public RedVoznjeService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
コード例 #4
0
 public BaseCrudeService(eBusContext c, IMapper m) : base(c, m)
 {
 }
コード例 #5
0
ファイル: KorisniciService.cs プロジェクト: DizGosp/eBus
 public KorisniciService(eBusContext c, IMapper m)
 {
     _db = c; _mapper = m;
 }
コード例 #6
0
ファイル: DrzavaService.cs プロジェクト: DizGosp/eBus
 public DrzavaService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
コード例 #7
0
 public PutnikNotifikacijeService(eBusContext _db, IMapper _mapper) : base(_db, _mapper)
 {
 }
コード例 #8
0
 public AutobusService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
コード例 #9
0
 public VozaciServis(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
コード例 #10
0
 public RezervacijaSjedistaService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
コード例 #11
0
ファイル: BaseService.cs プロジェクト: DizGosp/eBus
 public BaseService(eBusContext c, IMapper m)
 {
     _db = c; _mapper = m;
 }
コード例 #12
0
ファイル: OcjenaService.cs プロジェクト: DizGosp/eBus
 public OcjenaService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
コード例 #13
0
ファイル: GradService.cs プロジェクト: DizGosp/eBus
 public GradService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
コード例 #14
0
 public IKartaService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
コード例 #15
0
ファイル: UlogeService.cs プロジェクト: DizGosp/eBus
 public UlogeService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
コード例 #16
0
ファイル: VrstaKarteService.cs プロジェクト: DizGosp/eBus
 public VrstaKarteService(eBusContext _db, IMapper mapper) : base(_db, mapper)
 {
 }
コード例 #17
0
ファイル: NotifikacijaService.cs プロジェクト: DizGosp/eBus
 public NotifikacijaService(eBusContext _db, IMapper _mapper) : base(_db, _mapper)
 {
 }
コード例 #18
0
 public SistemPreporukeService(eBusContext c, IMapper m)
 {
     _db = c; _mapper = m;
 }
コード例 #19
0
ファイル: PutnikService.cs プロジェクト: DizGosp/eBus
 public PutnikService(eBusContext _db, IMapper _mapper) : base(_db, _mapper)
 {
 }