Ejemplo n.º 1
0
        public Company()
        {
            IBS   = new IBSSettings();
            Store = new StoreSettings();
            AppleAppStoreCredentials = new AppleStoreCredentials();
            GooglePlayCredentials    = new StoreCredentials();
            Versions        = new List <Version>();
            CompanySettings = new List <CompanySetting>();

            LayoutRejected = new Dictionary <DateTime, string>();
        }
Ejemplo n.º 2
0
        public Company()
        {
            AppDescription  = Resources.SampleAppDescription;
            IBS             = new IBSSettings();
            Application     = new Questionnaire();
            Store           = new StoreSettings();
            Network         = new TaxiHailNetworkSettings();
            Vehicles        = new List <CompanyVehicle>();
            PaymentSettings = new PaymentSettings();

            AppleAppStoreCredentials = new AppleStoreCredentials();
            GooglePlayCredentials    = new AndroidStoreCredentials();
            Versions        = new List <Version>();
            CompanySettings = new List <CompanySetting>();
            Style           = new Style();
            Payment         = new Payment();
            LayoutRejected  = new Dictionary <DateTime, string>();
            Errors          = new Dictionary <string, string>();
        }