Ejemplo n.º 1
0
        public async Task <IActionResult> GetWithYapilacaksByIdAsync(int id)
        {
            var kullaniciWithYapilacakDto = await _kullaniciService.GetWithYapilacaksByIdAsync(id);

            return(Ok(_mapper.Map <KullaniciWithYapilacakDto>(kullaniciWithYapilacakDto)));
        }