Reworked `GatewayService` To Use New Hub Command Set Implemented User Directory Changed Icon On Users Online Tab
9 lines
184 B
C#
9 lines
184 B
C#
namespace QtCNETAPI.Dtos.User
|
|
{
|
|
public class UserStockActionResultDto
|
|
{
|
|
public int StockAmount { get; set; }
|
|
public int CurrencyAmount { get; set; }
|
|
}
|
|
}
|