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