Exemple #1
0
 public BankruptcyInfoVM(BankruptcyRewardType type, int totalTimes,
                         int curTimes, List <long> rewardConfig)
 {
     Type         = type;
     TotalTimes   = totalTimes;
     CurTimes     = curTimes;
     RewardConfig = rewardConfig;
 }
 public BankruptcyInfoVm(BankruptcyRewardType type, int totalTimes,
                         int curTimes, List <long> rewardConfig, bool isAvailable)
 {
     Type         = type;
     TotalTimes   = totalTimes;
     CurTimes     = curTimes;
     RewardConfig = rewardConfig;
     IsAvailable  = isAvailable;
 }