support remove connect user

This commit is contained in:
Luke Pulverenti
2015-03-17 11:03:59 -04:00
parent 4915da4cdd
commit 8b89d0b020
4 changed files with 53 additions and 1 deletions

View File

@@ -75,5 +75,12 @@ namespace MediaBrowser.Controller.Connect
/// </summary>
/// <returns>Task&lt;ConnectSupporterSummary&gt;.</returns>
Task<ConnectSupporterSummary> GetConnectSupporterSummary();
/// <summary>
/// Removes the connect supporter.
/// </summary>
/// <param name="id">The identifier.</param>
/// <returns>Task.</returns>
Task RemoveConnectSupporter(string id);
}
}