Beispiel #1
0
 public PollRepository(LunchPollContext lunchPollContext)
 {
     _lunchPollContext = lunchPollContext;
 }
Beispiel #2
0
 public TokenIdUserRepository(IHttpContextAccessor httpContextAccessor,
                              LunchPollContext lunchPollContext)
 {
     _httpContextAccessor = httpContextAccessor;
     _lunchPollContext    = lunchPollContext;
 }
 public NominationRepository(LunchPollContext lunchPollContext)
 {
     _lunchPollContext = lunchPollContext;
 }