Exemple #1
0
 public bool Delete(string email, Autenticacao value)
 {
     return(_service.ContactDelete(email, value));
 }