Beispiel #1
0
 public void ExcluirMail(string Id)
 {
     _emailRepository.Deletar(new Email {
         Id = new Guid(Id)
     });
 }