Méthode | Description | |
---|---|---|
AddRating ( |
||
DeleteRating ( |
||
GetAllRatings ( |
||
GetAverageRatings ( IEnumerable |
||
GetRatingsBetweenRating ( |
||
GetRatingsByCustomParam ( |
||
GetRatingsByUniqueKey ( |
||
RatingService ( IAccountService accountService, IAuthorisationService authorisationService ) : System |
Méthode | Description | |
---|---|---|
GetUserAccount ( |
||
GetUserAccount ( string accountKey ) : dynamic | ||
UpdateRating ( |
public AddRating ( |
||
command | ||
Résultat | dynamic |
public DeleteRating ( |
||
command | ||
Résultat | dynamic |
public GetAllRatings ( |
||
query | ||
Résultat | dynamic |
public GetAverageRatings ( IEnumerable |
||
ratings | IEnumerable |
|
Résultat | int>.IDictionary |
public GetRatingsBetweenRating ( |
||
query | ||
Résultat | dynamic |
public GetRatingsByCustomParam ( |
||
query | ||
Résultat | dynamic |
public GetRatingsByUniqueKey ( |
||
query | ||
Résultat | dynamic |
public RatingService ( IAccountService accountService, IAuthorisationService authorisationService ) : System | ||
accountService | IAccountService | |
authorisationService | IAuthorisationService | |
Résultat | System |