Method | Description | |
---|---|---|
AddAssertion ( string userName, int categoryId, string tagName ) : void | ||
CreateProfile ( string userName, string firstName, string lastName ) : void | ||
DeleteProfile ( string userName ) : void | ||
GetProfileById ( int profileId ) : Profile | ||
GetProfileByUserName ( string userName ) : Profile | ||
ProfileTasks ( ILinqRepository |
||
RemoveAssertion ( Profile profile, int assertionId ) : void |
Method | Description | |
---|---|---|
GetCategory ( int categoryId ) : Domain.Category |
public AddAssertion ( string userName, int categoryId, string tagName ) : void | ||
userName | string | |
categoryId | int | |
tagName | string | |
return | void |
public CreateProfile ( string userName, string firstName, string lastName ) : void | ||
userName | string | |
firstName | string | |
lastName | string | |
return | void |
public DeleteProfile ( string userName ) : void | ||
userName | string | |
return | void |
public GetProfileById ( int profileId ) : Profile | ||
profileId | int | |
return | Profile |
public GetProfileByUserName ( string userName ) : Profile | ||
userName | string | |
return | Profile |
public ProfileTasks ( ILinqRepository |
||
profileRepository | ILinqRepository |
|
tagRepository | ILinqRepository |
|
categoryRepository | ILinqRepository |
|
return | System |
public RemoveAssertion ( Profile profile, int assertionId ) : void | ||
profile | Profile | |
assertionId | int | |
return | void |