BistroDriveWebApp.Models.GeolocationRepository.GeolocationRepository C# (CSharp) 메소드

GeolocationRepository() 공개 메소드

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