Exemple #1
0
 public NewsRepository(DBContextProducts ctx)
 {
     _context = ctx;
 }
Exemple #2
0
 public UserRepository(DBContextProducts ctx)
 {
     _context = ctx;
 }
Exemple #3
0
 public CommentRepository(DBContextProducts ctx)
 {
     _context = ctx;
 }