コード例 #1
0
ファイル: AccountManager.cs プロジェクト: fpantos/ProjectAqua
 public static AccountList GetList()
 {
     return(AccountDB.GetList());
 }