public BaseCRUDService(IMapper mapper, firstTryContext context) : base(mapper, context) { }
public VrstaPartneraService(IMapper mapper, firstTryContext context) { _mapper = mapper; _context = context; }
public PartneriService(IMapper mapper, firstTryContext context) : base(mapper, context) { }
public KorisniciService(IMapper mapper, firstTryContext context) { _context = context; _mapper = mapper; }
public ChatHub(firstTryContext context) { _context = context; }
public BaseService(IMapper mapper, firstTryContext context) { _mapper = mapper; _context = context; }