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