コード例 #1
0
 public LoginService(MostarGuideContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #2
0
 public IzletService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #3
0
 public FavoritiService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #4
0
 public TerminService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #5
0
 public BaseCRUDService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #6
0
 public KorisniciService(MostarGuideContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #7
0
 public OcjenaSekcijaService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #8
0
 public KategorijaService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #9
0
 public KorisnikMobService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #10
0
 public PreporukaService(MostarGuideContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #11
0
 public RezervacijaService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }