コード例 #1
0
 public NagradnaIgraService(ePozoristeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public PredstavaUplataServicw(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public RezervacijaService(ePozoristeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public PredstavaKupacService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #5
0
 public SjedisteService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #6
0
 public UlaznicaService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #7
0
 public KomentarService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #8
0
 public PrikazivanjeService(ePozoristeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #9
0
 public NotifikacijaService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #10
0
 public GlumacService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #11
0
 public BaseCRUDService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #12
0
 public KupacNagradnaIgraService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #13
0
 public NovostiService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #14
0
 public PredstavaService(ePozoristeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #15
0
 public ZanrService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #16
0
 public BaseService(ePozoristeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #17
0
 public DokumentService(ePozoristeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }