Beispiel #1
0
 public Game DeleteGame(int userid)
 {
     if (!UserId.Is(userid))
     {
         throw new UnauthorizedException("Unauthorized oparation");
     }
     return(this);
 }