no tears, only dreams

This commit is contained in:
Brendan Forster
2015-05-22 17:26:28 +09:30
parent fe2a42d1c8
commit bf4e773bd5
+1
View File
@@ -39,6 +39,7 @@ namespace Octokit
/// </summary>
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception>
/// <returns>A list of the user's <see cref="Team"/>s.</returns>
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
Task<IReadOnlyList<Team>> GetAllForCurrent();
/// <summary>