public BaseCRUDService(CrashBotContext db, IMapper mapper) : base(db, mapper) { }
public BaseService(CrashBotContext db, IMapper mapper) { _db = db; _mapper = mapper; }
public ErrorLogService(CrashBotContext db, IMapper mapper) : base(db, mapper) { }
public KorisnikService(CrashBotContext db, IMapper mapper) : base(db, mapper) { }