Update agent stats
This commit is contained in:
@@ -472,4 +472,9 @@ public class TradingService : ITradingService
|
||||
{
|
||||
return await _tradingRepository.GetScenarioByNameUserAsync(scenarioName, user);
|
||||
}
|
||||
|
||||
public async Task<IEnumerable<Position>> GetPositionByUserIdAsync(int userId)
|
||||
{
|
||||
return await _tradingRepository.GetPositionByUserIdAsync(userId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user