コード例 #1
0
ファイル: DatabaseController.cs プロジェクト: thongvo/myfiles
 public List<AccountDB> GetAllAccounts()
 {
     DBManager db = new DBManager();
     return db.GetAllDisplayAccounts();
 }