Example #1
0
 public string[] GetSelectedPayouts(PayoutState state)
 {
     return(Payouts.Where(model => model.Selected).Select(model => model.PayoutId)
            .ToArray());
 }