예제 #1
0
 public ActionResult <ErrorDTO> Get(int id)
 {
     return(Ok(_mapper.Map <ErrorDTO>(_service.Fetch(id))));
 }