コード例 #1
0
 private bool FilterCis_Poistovne1(Cis_Poistovne entity)
 {
     return (entity.ID == this.PredchadzajucaPoistovna);
 }
コード例 #2
0
 private bool FilterCis_Poistovne(Cis_Poistovne entity)
 {
     return (entity.ID == this.IdPoistovna);
 }