コード例 #1
0
 /// <summary>
 /// Release the controller at the end of it's life cycle
 /// </summary>
 /// <param name="controller">The Interface to an MVC controller</param>
 public override void ReleaseController(IController controller)
 {
     container.Release(controller);
 }