Exemplo n.º 1
0
 public AuthService
 (
     UserManager <Korisnik> userManager,
     RoleManager <Uloga> roleManager,
     JwtSettings jwtSettings,
     TokenValidationParameters tokenValidationParameters,
     eRestoranContext context,
     IMapper mapper
 )
 {
     _userManager = userManager;
     _roleManager = roleManager;
     _jwtSettings = jwtSettings;
     _tokenValidationParameters = tokenValidationParameters;
     _context = context;
     _mapper  = mapper;
 }
 public NarudzbaService(eRestoranContext db, IMapper mapper) : base(db, mapper)
 {
 }
Exemplo n.º 3
0
 public MenuItemsReviewService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public NarudzbaService(eRestoranContext context, IMapper mapper, IEmailSender emailSender) : base(context, mapper)
 {
     _context     = context;
     _mapper      = mapper;
     _emailSender = emailSender;
 }
Exemplo n.º 5
0
 public AwardService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public GradService(eRestoranContext db, IMapper mapper) : base(db, mapper)
 {
 }
 public VrstaUposlenikaService(eRestoranContext db, IMapper mapper) : base(db, mapper)
 {
 }
 public KorpaStavkaService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public BaseCRUDService(eRestoranContext db, IMapper mapper) : base(db, mapper)
 {
 }
Exemplo n.º 10
0
 public KorisnikService(eRestoranContext context, IMapper mapper, UserManager <Korisnik> userManager) : base(context, mapper)
 {
     _context     = context;
     _mapper      = mapper;
     _userManager = userManager;
 }
 public NarudzbaDetaljiService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 12
0
 public UlogaService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 13
0
 public DiscountService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public VrsteJelaService(eRestoranContext db, IMapper mapper) : base(db, mapper)
 {
 }
Exemplo n.º 15
0
 public NamirnicaService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 16
0
 public VisitorRecommendationService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 17
0
 public RecommendService(eRestoranContext context, IMapper mapper)
 {
     db      = context;
     _mapper = mapper;
 }
Exemplo n.º 18
0
 public RestaurantReviewService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 19
0
 public JeloService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 20
0
 public SuperOfferService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 21
0
 public RestaurantMenuItemService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 22
0
 public UposleniciService(eRestoranContext db, IMapper mapper) : base(db, mapper)
 {
 }
Exemplo n.º 23
0
 public RezervacijaService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 24
0
 public NabavkeService(eRestoranContext db, IMapper mapper) : base(db, mapper)
 {
 }
Exemplo n.º 25
0
 public UserService(eRestoranContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public KlijentiService(eRestoranContext db, IMapper mapper) : base(db, mapper)
 {
 }
Exemplo n.º 27
0
 public BaseCRUDService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 28
0
 public RezervacijeService(eRestoranContext db, IMapper mapper) : base(db, mapper)
 {
 }
Exemplo n.º 29
0
 public VisitService(eRestoranContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public JedinicaMjereService(eRestoranContext db, IMapper mapper) : base(db, mapper)
 {
 }