예제 #1
0
 public async Task <IActionResult> GetAll()
 {
     return(Ok(_mapper.Map <List <TechnologyResponse> >(await _technologyService.GetTechnologiesAsync())));
 }