コード例 #1
0
ファイル: RoleService.svc.cs プロジェクト: personDevelop/sdfc
 public System.Data.DataTable GetAllList()
 {
     return(da.GetAllList());
 }