Exemplo n.º 1
0
 public function getByMailMdp($email, $mdp)
 {
     return Representant::where('MAIL_REP', '=', $email)->where('MDP_REP', '=', $mdp)->get();
 }