コード例 #1
0
ファイル: User_BAL.cs プロジェクト: trucquynh5992/Project
 public DataTable GetAll()
 {
     return(objUser_DAL.GetAll());
 }