示例#1
0
 public ApplicationSettings()
 {
     Values    = new CacheInMemory();
     Cultures  = new List <ApplicationCulture>();
     CloudKeys = new CloudServicesKeys();
     Urls      = new List <string>();
 }
示例#2
0
 public ApplicationSettings()
 {
     Values   = new CacheInMemory();
     Cultures = new List <ApplicationCulture>();
     Urls     = new List <string>();
     Storage  = new ApplicationStorage();
     Mail     = new ApplicationMail();
 }
示例#3
0
 public CacheInMemoryTest()
 {
     Cache = new CacheInMemory();
 }
 public CacheInMemoryTest()
 {
     Cache = new CacheInMemory();
 }