예제 #1
0
 public void DeleteAccount(IAccount account)
 {
     _storage.DeleteAccount(account);
     _isDirty = true;
 }