Beispiel #1
0
        // GET: api/customers

        public PortsController(PortsContext _context)
        {
            context = _context;
        }