Exemplo n.º 1
0
 public TreningService(_160001Context context, IMapper mapper)
 {
     this._mapper  = mapper;
     this._context = context;
 }
Exemplo n.º 2
0
 public PaketController(_160001Context context, IMapper mapper)
 {
     this._mapper  = mapper;
     this._context = context;
 }
 public ClanPrisustvoController(_160001Context context, IMapper mapper)
 {
     this._mapper  = mapper;
     this._context = context;
 }
Exemplo n.º 4
0
 public TreningController(_160001Context context, IMapper mapper, ITreningService service)
 {
     this._mapper  = mapper;
     this._context = context;
     this._service = service;
 }
Exemplo n.º 5
0
 public TrenerSpecijalizacijaController(_160001Context context, IMapper mapper)
 {
     this._mapper  = mapper;
     this._context = context;
 }
Exemplo n.º 6
0
 public TipTreningaController(_160001Context context, IMapper mapper)
 {
     this._mapper  = mapper;
     this._context = context;
 }
 public SifraController(_160001Context context)
 {
     this._context = context;
 }
Exemplo n.º 8
0
 public OsobaService(_160001Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 9
0
 public PristupDanimaController(_160001Context context, IMapper mapper)
 {
     this._mapper  = mapper;
     this._context = context;
 }
Exemplo n.º 10
0
 public RadnikPlataHistorijaController(_160001Context context, IMapper mapper)
 {
     this._mapper  = mapper;
     this._context = context;
 }
 public PaketPristupniDaniController(_160001Context context, IMapper mapper)
 {
     this._mapper  = mapper;
     this._context = context;
 }
 public AutentifikacijaController(_160001Context context, IMapper mapper, IOsobaService service)
 {
     this._mapper  = mapper;
     this._context = context;
     this._service = service;
 }
Exemplo n.º 13
0
 public ClanarinaService(_160001Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }