示例#1
0
 public IEnumerable <WorkFlow> GetAll()
 {
     return(_workFlowRepository.GetAll());
 }