C# 클래스 ClassMethodDemo.CustomerManager

파일 보기 프로젝트 열기: ahmetb14/Mixed-Language-Code-Repository 1 사용 예제들

공개 메소드들

메소드 설명
Add_Customer ( Customer customer ) : void
Delete_Customer ( Customer customer ) : void
Get_All_Customer ( Array customers ) : void

메소드 상세

Add_Customer() 공개 메소드

public Add_Customer ( Customer customer ) : void
customer Customer
리턴 void

Delete_Customer() 공개 메소드

public Delete_Customer ( Customer customer ) : void
customer Customer
리턴 void

Get_All_Customer() 공개 메소드

public Get_All_Customer ( Array customers ) : void
customers Array
리턴 void