Exemplo n.º 1
0
 public static function getUserByMail($mail)
 {
     return UserSQL::getUserByMail($mail);
 }