Example #1
0
 public MafiaGameBuilder ContainsPlayer(IdentityUser user)
 {
     _game.AddPlayer(user);
     return(this);
 }