Example #1
0
 public bool IsHappy(Transient transient)
 {
     return true;
 }
Example #2
0
 public void DoSomethingBefore(Transient transient)
 {
     // nothing
 }
Example #3
0
 public void DoSomethingMiddle(Transient transient)
 {
     // nothing
 }
Example #4
0
 public void DoSomethingAfter(Transient transient)
 {
     // nothing
 }