コード例 #1
0
 public void excluirPontoBancoHoras()
 {
     try
     {
         using (ServicoPontoClient serv = new ServicoPontoClient())
         {
             serv.deletePontoBancoHoras(PontoBancoHorasSelected);
             PontoBancoHorasSelected = null;
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }