C# Class AccountManagement.Models.RegisterRepository

Inheritance: IRegisterRepository
Show file Open project: mustafamg/AccountManager

Public Methods

Method Description
Get ( string email ) : RegisterEntry
Remove ( string email ) : void
UpdateEntry ( RegisterEntry entry ) : bool

Method Details

Get() public method

public Get ( string email ) : RegisterEntry
email string
return RegisterEntry

Remove() public method

public Remove ( string email ) : void
email string
return void

UpdateEntry() public method

public UpdateEntry ( RegisterEntry entry ) : bool
entry RegisterEntry
return bool