public Repository(PointOfInterestContext context)
 {
     _context = context;
 }
Exemple #2
0
 public PointOfInterestsController(PointOfInterestContext context)
 {
     _context = context;
 }