déplacé ou commenté

main
Paul Schneider 7 years ago
parent 57c4ca5f7b
commit 1aa8c1f58d
18 changed files with 5 additions and 1 deletions

@ -130,7 +130,11 @@ namespace Yavsc.Controllers
} }
/// <summary>
/// Lists user's live castings
/// </summary>
/// <param name="id">user id</param>
/// <returns></returns>
public IActionResult Index(long? id) public IActionResult Index(long? id)
{ {
if (id==0) if (id==0)

Loading…