Method | Description | |
---|---|---|
FindGame ( this gc, System.Guid id ) : Game | ||
FindGameFromRequestOrThrowAsync ( this gc, IHaveId |
||
FindGameOrThrowAsync ( this gc, System.Guid id ) : Task |
||
FindGameOrThrowAsync ( this gc, IHaveGameId request ) : Task |
Method | Description | |
---|---|---|
Wrap ( Func |
public static FindGame ( this gc, System.Guid id ) : Game | ||
gc | this | |
id | System.Guid | |
return | Game |
public static FindGameFromRequestOrThrowAsync ( this gc, IHaveId |
||
gc | this | |
request | IHaveId |
|
return | Task |
public static FindGameOrThrowAsync ( this gc, System.Guid id ) : Task |
||
gc | this | |
id | System.Guid | |
return | Task |
public static FindGameOrThrowAsync ( this gc, IHaveGameId request ) : Task |
||
gc | this | |
request | IHaveGameId | |
return | Task |