Beispiel #1
0
 public static bool ID_Uniq_user(int id)
 {
     return(UsersIO.ID_Validation_Uniq(id));
 }