コード例 #1
0
 public void Register(INancyContainer container)
 {
     container.RegisterSingletonIfNone<INancyApplication, NancyApplication>();
 }