Exemple #1
0
 public List <Rubro> ObtenerComboRubros(Rubro Datos)
 {
     try
     {
         Gastos_Datos GD = new Gastos_Datos();
         return(GD.ObtenerComboRubros(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }