C# 클래스 BankSystem.Bank

파일 보기 프로젝트 열기: Y-LyN-10/Software-University-Courses 1 사용 예제들

공개 메소드들

메소드 설명
AddAccount ( Account account ) : void
Bank ( ) : System.Collections.Generic
Bank ( List accounts ) : System.Collections.Generic
RemoveAccount ( Account account ) : void

메소드 상세

AddAccount() 공개 메소드

public AddAccount ( Account account ) : void
account Account
리턴 void

Bank() 공개 메소드

public Bank ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Bank() 공개 메소드

public Bank ( List accounts ) : System.Collections.Generic
accounts List
리턴 System.Collections.Generic

RemoveAccount() 공개 메소드

public RemoveAccount ( Account account ) : void
account Account
리턴 void