C# 클래스 BaseLayer.Customer

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

공개 메소드들

메소드 설명
Customer ( string CustomerID ) : System
Customer ( string CustomerID, string CompanyName, string Contactname, string ContactTitle, string Address, string City, string Region, string PostalCode, string Country, string Phone, string Fax ) : System

메소드 상세

Customer() 공개 메소드

public Customer ( string CustomerID ) : System
CustomerID string
리턴 System

Customer() 공개 메소드

public Customer ( string CustomerID, string CompanyName, string Contactname, string ContactTitle, string Address, string City, string Region, string PostalCode, string Country, string Phone, string Fax ) : System
CustomerID string
CompanyName string
Contactname string
ContactTitle string
Address string
City string
Region string
PostalCode string
Country string
Phone string
Fax string
리턴 System