Beispiel #1
0
 public async Task <IActionResult> ObtenerUsuariosAsync()
 {
     return(Ok(await _manageRepository.ObtenerUsuariosAsync()));
 }