示例#1
0
 public IEnumerable <CommonClass1> Edit(int id)
 {
     return(dc.Edit(id).ToList());
 }