コード例 #1
0
ファイル: MyService.svc.cs プロジェクト: Haritha3009/MVCRepo
 public IEnumerable <CommonClass1> Edit(int id)
 {
     return(dc.Edit(id).ToList());
 }