Ejemplo n.º 1
0
 public PollRepository(LunchPollContext lunchPollContext)
 {
     _lunchPollContext = lunchPollContext;
 }
Ejemplo n.º 2
0
 public TokenIdUserRepository(IHttpContextAccessor httpContextAccessor,
                              LunchPollContext lunchPollContext)
 {
     _httpContextAccessor = httpContextAccessor;
     _lunchPollContext    = lunchPollContext;
 }
 public NominationRepository(LunchPollContext lunchPollContext)
 {
     _lunchPollContext = lunchPollContext;
 }