Beispiel #1
0
 public AuthRepository(DatingAppDBContext context)
 {
     _context = context;
 }
 public ValuesController(DatingAppDBContext context)
 {
     _context = context;
 }
 public DatingRepository(DatingAppDBContext context)
 {
     this.context = context;
 }