예제 #1
0
 public MessageRepository(LovaContext context)
 {
     this.context = context;
 }
예제 #2
0
 public QuestionRepository(LovaContext context)
 {
     this.context = context;
 }
예제 #3
0
 public UserTestRepository(LovaContext context)
 {
     this.context = context;
 }
예제 #4
0
 public DiscussionRepository(LovaContext context)
 {
     this.context = context;
 }