Beispiel #1
0
 public UserRepository(HortogramContext context)
 {
     Context = context;
 }
Beispiel #2
0
 public CommentRepository(HortogramContext context)
 {
     Context = context;
 }
Beispiel #3
0
 public PostRepository(HortogramContext context)
 {
     Context = context;
 }