public TestClassIndividualProperties(ICacheWithRemove cache)
 {
     Cache = cache;
 }
예제 #2
0
 public TestClassGeneric(ICacheWithRemove cache)
 {
     Cache = cache;
 }
예제 #3
0
 public TestClassIndividualProperties(ICacheWithRemove cache)
 {
     Cache = cache;
 }
 public TestClassWithProperties(ICacheWithRemove cache)
 {
     Cache = cache;
 }
예제 #5
0
 public TestClassWithProperties(ICacheWithRemove cache)
 {
     Cache = cache;
     ReadOnlyAutoProperty = "some value";
 }
 public TestClassWithProperties(ICacheWithRemove cache)
 {
     Cache = cache;
 }