public ClanarinaService(eTeretaneContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public TreningDodatniService(eTeretaneContext context, IMapper mapper) : base(context, mapper) { }
public KuponService(eTeretaneContext context, IMapper mapper) : base(context, mapper) { }
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; }
public BaseCRUDService(eTeretaneContext context, IMapper mapper) : base(context, mapper) { }
public TipClanarineService(eTeretaneContext context, IMapper mapper) : base(context, mapper) { }
public BaseService(eTeretaneContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public TreningZahtjevService(eTeretaneContext context, IMapper mapper) : base(context, mapper) { }
public KorisnickiNalogService(eTeretaneContext context, IMapper mapper) { _context = context; _mapper = mapper; }