public override DataEntityCache <LocationSettings> Cache(DataEntityCache <LocationSettings> cache = null)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public override DataEntityCache <Language> Cache(DataEntityCache <Language> cache = null)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public override DataEntityCache <Country> Cache(DataEntityCache <Country> cache = null)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public override DataEntityCache <Availability> Cache(DataEntityCache <Availability> cache = null)
 {
     throw new NotImplementedException();
 }