C# 클래스 FindCustomer.Program

파일 보기 프로젝트 열기: nzhul/TelerikAcademy

공개 메소드들

메소드 설명
FindAllCustomers ( int orderDate, string shipDestination ) : void
Main ( ) : void

메소드 상세

FindAllCustomers() 공개 정적인 메소드

public static FindAllCustomers ( int orderDate, string shipDestination ) : void
orderDate int
shipDestination string
리턴 void

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void