Example #1
0
 // ===========================================================================
 /// <summary>
 /// Author     : MARCO ANTONIO MARTINEZ LOPEZ
 /// Create date: Sep 24 2020  7:02AM
 /// Método que permite eliminar en la tabla Cliente capa PRC
 /// </summary>
 // ******************* = Método Delete = ******************************
 public void Cliente_Delete(int cli_id)
 {
     try
     {
         BDCliente.Cliente_Delete(cli_id);
     }
     catch (Exception Ex)
     {
         throw (Ex);
     }
 }