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