BistroDriveWebApp.Models.GeolocationRepository.GeolocationRepository C# (CSharp) Method

GeolocationRepository() public method

public GeolocationRepository ( BistroDriveEntities _context ) : System
_context BistroDriveEntities
return System
        public GeolocationRepository(BistroDriveEntities _context)
        {
            this.context = _context;
            bufferedCity = context.cities.ToArray();
        }