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