메소드 | 설명 | |
---|---|---|
AddUserProfile ( UserProfile entity ) : bool | ||
ChangePassword ( int profileId, string password ) : bool | ||
DeleteById ( int id ) : bool | ||
DeleteUserProfile ( UserProfile entity ) : bool | ||
Dispose ( ) : void | ||
EditInfo ( UserProfile profile ) : bool | ||
EditUserProfile ( UserProfile entity ) : bool | ||
FindBy ( bool>.Expression |
||
FindById ( int profileId ) : UserProfile | ||
Get ( bool>.Expression |
||
GetAllUserProfile ( ) : List |
||
GetUser ( string userName ) : UserProfile | ||
UserProfileService ( IUnitOfWork unitOfWork ) : System |
public AddUserProfile ( UserProfile entity ) : bool | ||
entity | UserProfile | |
리턴 | bool |
public ChangePassword ( int profileId, string password ) : bool | ||
profileId | int | |
password | string | |
리턴 | bool |
public DeleteUserProfile ( UserProfile entity ) : bool | ||
entity | UserProfile | |
리턴 | bool |
public EditUserProfile ( UserProfile entity ) : bool | ||
entity | UserProfile | |
리턴 | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
리턴 | List |
public Get ( bool>.Expression |
||
filter | bool>.Expression | |
orderBy | Func |
|
includeProperties | string | |
리턴 | List |
public UserProfileService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
리턴 | System |