コード例 #1
0
ファイル: EmployeeController.cs プロジェクト: JOELTVA2/danne
 public static DataTable ReadAll()
 {
     return(EmployeeAccess.ReadAll());
 }