Exemple #1
0
 public FeesState(bool isLoading, FeeStats stats, ServiceBlock view, List <Voter> voters)
 {
     IsLoading = isLoading;
     Stats     = stats;
     View      = view;
     Voters    = voters;
 }
Exemple #2
0
 public FeesResultAction(FeeStats stats, ServiceBlock view, List <Voter> voters)
 {
     this.stats  = stats;
     this.view   = view;
     this.voters = voters;
 }