Пример #1
0
 public void Setup()
 {
     _filter            = new PassParametersDuringRedirectAttribute();
     _someReferenceType = new SomeReferenceType {
         One = 1, Two = "two"
     };
 }
Пример #2
0
 public void Setup()
 {
     _filter     = new PassParametersDuringRedirectAttribute();
     _someObject = new SomeObject {
         One = 1, Two = "two"
     };
 }