예제 #1
0
 public static bool EstadoPassword()
 {
     if (adaptador.EstadoPassword() == null)
     {
         return(false);
     }
     else
     {
         return(true);
     }
 }