Exemple #1
0
 public DalRis.PnPrestacionCollection PnPrestacionRecords()
 {
     if (colPnPrestacionRecords == null)
     {
         colPnPrestacionRecords              = new DalRis.PnPrestacionCollection().Where(PnPrestacion.Columns.IdNomenclador, IdNomenclador).Load();
         colPnPrestacionRecords.ListChanged += new ListChangedEventHandler(colPnPrestacionRecords_ListChanged);
     }
     return(colPnPrestacionRecords);
 }