Example #1
0
 /// <summary>
 /// Remove o cliente
 /// </summary>
 /// <param name="cpf">CPF</param>
 public int DeleteClient(string cpf)
 {
     return(_ServiceClient.DeleteClient(cpf));
 }