Example #1
0
 public List <Alarm> FindAlarmList(Expression <Func <Alarm, bool> > where)
 {
     return(manager_alarm.FindList(where));
 }