Пример #1
0
        public LockedDates()
        {
            InitializeComponent();

            this.locationAPIRepository = CommonNinject.Kernel.Get <ILocationAPIRepository>();
            this.locationAPIs          = new LocationAPIs(this.locationAPIRepository);
            this.loadLocationIndexes();
        }
Пример #2
0
 public LocationAPIs(ILocationAPIRepository locationAPIRepository)
 {
     this.locationAPIRepository = locationAPIRepository;
 }