コード例 #1
0
 public void Controllo(Utente utente)
 {
     _ = utente.Nome ?? throw new ExceptionCustom("L'utente non è nel database");
 }