Exemple #1
0
 public void EliminarGasto(Gastos Datos)
 {
     try
     {
         Gastos_Datos GD = new Gastos_Datos();
         GD.EliminarGasto(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }