Пример #1
0
 public void excluirCep()
 {
     try
     {
         using (ServicoCadastrosBaseClient serv = new ServicoCadastrosBaseClient())
         {
             serv.deleteCep(cepSelected);
             cepSelected = null;
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Пример #2
0
 public void excluirCep()
 {
     try
     {
         using (ServicoCadastrosBaseClient serv = new ServicoCadastrosBaseClient())
         {
             serv.deleteCep(cepSelected);
             cepSelected = null;
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }