Exemplo n.º 1
0
 public List <ro_prestamo_Info> get_list_aprobacion(int IdEmpresa)
 {
     try
     {
         return(odata.get_list_aprobacion(IdEmpresa));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 2
0
 public List <ro_prestamo_Info> get_list_aprobacion(int IdEmpresa, DateTime fechaInicio, DateTime fechaFin)
 {
     try
     {
         return(odata.get_list_aprobacion(IdEmpresa, fechaInicio, fechaFin));
     }
     catch (Exception)
     {
         throw;
     }
 }