Exemple #1
0
        public AppService(IAppData appData)
        {
            _appData = appData;

            _app = _appData.Load();
        }