コード例 #1
0
 public AccountVM(Account account)
 {
     this._account = account;
 }
コード例 #2
0
 public AccountVM()
 {
     _account = new Account();
 }