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;
 }