Example #1
0
 public EventHelper(VoteMystContext context)
 {
     this.context = context;
 }
Example #2
0
 public VoteHelper(VoteMystContext context)
 {
     _context = context;
 }
Example #3
0
 public UserAccountHelper(VoteMystContext context, AvatarHelper avatarHelper)
 {
     _context      = context;
     _avatarHelper = avatarHelper;
 }
Example #4
0
 public AuthorizationHelper(VoteMystContext context)
 {
     this.context = context;
 }
Example #5
0
 public EntryHelper(VoteMystContext context)
 {
     this.context = context;
 }