public async Task <IActionResult> GetWithYapilacaksByIdAsync(int id) { var kullaniciWithYapilacakDto = await _kullaniciService.GetWithYapilacaksByIdAsync(id); return(Ok(_mapper.Map <KullaniciWithYapilacakDto>(kullaniciWithYapilacakDto))); }