예제 #1
0
 public KarteService(eTourist1Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public PutniciService(eTourist1Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public BaseService(eTourist1Context context, IMapper mapper)
 {
     _touristcontext = context;
     _mapper         = mapper;
 }
 public KontinentiService(eTourist1Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public PreporukeService(eTourist1Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public GradoviService(eTourist1Context context, IMapper mapper) : base(context, mapper)
 {
 }
예제 #7
0
 public HoteliService(eTourist1Context context, IMapper mapper) : base(context, mapper)
 {
 }
예제 #8
0
 public DestinacijeService(eTourist1Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public BaseCRUDService(eTourist1Context context, IMapper mapper) : base(context, mapper)
 {
 }
예제 #10
0
 public KorisniciService(eTourist1Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
예제 #11
0
 public TerminiService(eTourist1Context context, IMapper mapper) : base(context, mapper)
 {
 }