C# 클래스 AccountManagement.Models.RegisterRepository

상속: IRegisterRepository
파일 보기 프로젝트 열기: mustafamg/AccountManager

공개 메소드들

메소드 설명
Get ( string email ) : RegisterEntry
Remove ( string email ) : void
UpdateEntry ( RegisterEntry entry ) : bool

메소드 상세

Get() 공개 메소드

public Get ( string email ) : RegisterEntry
email string
리턴 RegisterEntry

Remove() 공개 메소드

public Remove ( string email ) : void
email string
리턴 void

UpdateEntry() 공개 메소드

public UpdateEntry ( RegisterEntry entry ) : bool
entry RegisterEntry
리턴 bool