示例#1
0
 public ClanarinaService(eTeretaneContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public TreningDodatniService(eTeretaneContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#3
0
 public KuponService(eTeretaneContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#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;
 }
示例#6
0
 public BaseCRUDService(eTeretaneContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public TipClanarineService(eTeretaneContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#8
0
 public BaseService(eTeretaneContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
示例#9
0
 public TreningZahtjevService(eTeretaneContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#10
0
 public KorisnickiNalogService(eTeretaneContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }