예제 #1
0
 public List <ro_prestamo_Info> get_list_aprobacion(int IdEmpresa)
 {
     try
     {
         return(odata.get_list_aprobacion(IdEmpresa));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #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;
     }
 }