Exemple #1
0
 public IActionResult Get(string dni)
 {
     return(Ok(_customerApplicationService.GetByDni(dni)));
 }