Esempio n. 1
0
 public static bool Existe_Usuario(string Usuario)
 {
     return(adaptator.Existe_Usuario(Usuario) == 1);
 }