コード例 #1
0
ファイル: MyService.svc.cs プロジェクト: Haritha3009/MVCRepo
 public bool editDbUser(CommonClass1 cu)
 {
     return(dc.EditUser(cu));
 }