C# Class N2.Management.Api.InMemoryProfileRepository
显示文件
Open project: bherila/n2cms
Public Methods
Method |
Description |
|
Get ( string username ) : ProfileUser |
|
|
Save ( ProfileUser user ) : void |
|
|
Method Details
public Get ( string username ) : ProfileUser |
username |
string |
|
return |
ProfileUser |
|
public Save ( ProfileUser user ) : void |
user |
ProfileUser |
|
return |
void |
|