예제 #1
0
 public PollChoicesRepoDB(VotEZDBContext context)
 {
     _context = context;
 }
예제 #2
0
 public PollVoteRepoDB(VotEZDBContext context)
 {
     _context = context;
 }
예제 #3
0
파일: UserRepoDB.cs 프로젝트: hmittig/VotEZ
 public UserRepoDB(VotEZDBContext context)
 {
     _context = context;
 }