Beispiel #1
0
 public IEnumerable <Email> BuscarPeloEmail(string enderecoEmail)
 {
     return(_emailRepository.BuscarPeloEmail(enderecoEmail));
 }