예제 #1
0
 public virtual IList <Flow> GetAllFlow()
 {
     return(entityDao.GetAllFlow(false));
 }