public Repository(PointOfInterestContext context)
 {
     _context = context;
 }
Пример #2
0
 public PointOfInterestsController(PointOfInterestContext context)
 {
     _context = context;
 }