controller cleanup
This commit is contained in:
parent
a809e0db76
commit
e34678efc5
@ -22,11 +22,8 @@ public class HomeController : Controller
|
||||
return View();
|
||||
}
|
||||
|
||||
public async Task<IActionResult> CreateMatch([FromServices] UserManager<User> userManager, Guid userOneGuid, Guid userTwoGuid)
|
||||
public async Task<IActionResult> CreateMatch(Guid userOneGuid, Guid userTwoGuid)
|
||||
{
|
||||
//var userOne = userManager.FindByIdAsync(userOneGuid.ToString());
|
||||
//var userOne = userManager.FindByIdAsync(userOneGuid.ToString());
|
||||
|
||||
var playerOne = new Player
|
||||
{
|
||||
Alias = "SwiggitySwooty",
|
||||
|
Loading…
x
Reference in New Issue
Block a user