public TestClassIndividualProperties(ICacheWithRemove cache)
 {
     Cache = cache;
 }
Esempio n. 2
0
 public TestClassGeneric(ICacheWithRemove cache)
 {
     Cache = cache;
 }
Esempio n. 3
0
 public TestClassIndividualProperties(ICacheWithRemove cache)
 {
     Cache = cache;
 }
 public TestClassWithProperties(ICacheWithRemove cache)
 {
     Cache = cache;
 }
Esempio n. 5
0
 public TestClassWithProperties(ICacheWithRemove cache)
 {
     Cache = cache;
     ReadOnlyAutoProperty = "some value";
 }
 public TestClassWithProperties(ICacheWithRemove cache)
 {
     Cache = cache;
 }