4254225462
Removed excess account row information retrieval on web api when awarding gems/coins. Added account specific transactional locks in webapi.
15 lines
288 B
C#
15 lines
288 B
C#
namespace LOC.Core.Tokens.Client
|
|
{
|
|
public class GemRewardToken
|
|
{
|
|
public int OriginalBalance;
|
|
|
|
public string Name { get; set; }
|
|
|
|
public string Source { get; set; }
|
|
|
|
public int Amount { get; set; }
|
|
|
|
public int Retries { get; set; }
|
|
}
|
|
} |