C# 클래스 MyApplication.Domain.Entities.Customer

상속: ICustomer
파일 보기 프로젝트 열기: KernowCode/UBADDAS 1 사용 예제들

공개 메소드들

메소드 설명
Customer ( string email ) : System.Diagnostics
Login ( ) : void
Registration ( ) : void

메소드 상세

Customer() 공개 메소드

public Customer ( string email ) : System.Diagnostics
email string
리턴 System.Diagnostics

Login() 공개 메소드

public Login ( ) : void
리턴 void

Registration() 공개 메소드

public Registration ( ) : void
리턴 void