예제 #1
0
 public IQueryable <Group> GetAll()
 {
     return((IQueryable <Group>)link.Group_GetAll());
 }