Exemplo n.º 1
0
 public IList <Fault> Getlist(Fault fault)
 {
     return(_faultDao.Getlist(fault));
 }
Exemplo n.º 2
0
 public IList <Fault> GetPlantLoglist(Hashtable page)
 {
     _faultDao.LoadingPageCount(page);
     return(_faultDao.Getlist(page));
 }