C# 클래스 AnujBank.ClientAccounts

파일 보기 프로젝트 열기: vinodkumaar/AnujBank 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Account newAccount ) : void
ClientAccounts ( ) : System
SharesAccountWith ( ClientAccounts clientAccounts ) : bool

비공개 메소드들

메소드 설명
Validate ( Account newAccount ) : void

메소드 상세

Add() 공개 메소드

public Add ( Account newAccount ) : void
newAccount Account
리턴 void

ClientAccounts() 공개 메소드

public ClientAccounts ( ) : System
리턴 System

SharesAccountWith() 공개 메소드

public SharesAccountWith ( ClientAccounts clientAccounts ) : bool
clientAccounts ClientAccounts
리턴 bool