Ejemplo n.º 1
0
 public ClanarinaService(eTeretaneContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Ejemplo n.º 2
0
 public TreningDodatniService(eTeretaneContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 3
0
 public KuponService(eTeretaneContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 4
0
 public KorisniciService(eTeretaneContext context, IMapper mapper, IKorisnickiNalogService nalog)
 {
     _context = context;
     _mapper  = mapper;
     _korisnickiNalogService = nalog;
 }
 public PlacanjeClanarineService(eTeretaneContext context, IMapper mapper, IClanarina clanarina)
 {
     _context          = context;
     _mapper           = mapper;
     _clanarinaService = clanarina;
 }
Ejemplo n.º 6
0
 public BaseCRUDService(eTeretaneContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 7
0
 public TipClanarineService(eTeretaneContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 8
0
 public BaseService(eTeretaneContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Ejemplo n.º 9
0
 public TreningZahtjevService(eTeretaneContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 10
0
 public KorisnickiNalogService(eTeretaneContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }