コード例 #1
0
 public void MyUsefulMethod()
 {
     //Some stuff
     _dependency.DoThing();
     //Some more stuff
 }
コード例 #2
0
 public void OnActionExecuting(ActionExecutingContext context)
 {
     _dependency.DoThing();
 }