|  | @@ -82,6 +82,7 @@ class Api2021Service
 | 
	
		
			
			| 82 | 82 |          $this->receiptManagementDb = new Receipt();
 | 
	
		
			
			| 83 | 83 |          $this->tplayerManagementDb = new TPlayer();
 | 
	
		
			
			| 84 | 84 |          $this->troundManagementDb = new TRound();
 | 
	
		
			
			|  | 85 | +        $this->tsessionManagementDb = new TSession();
 | 
	
		
			
			| 85 | 86 |          $this->tgoodManagementDb = new TGood();
 | 
	
		
			
			| 86 | 87 |          $this->tcheckinManagementDb = new TCheckinGpAlloc();
 | 
	
		
			
			| 87 | 88 |          $this->authLineUsersDb = new AuthLineUsers();
 |