コード例 #1
0
 public HomeController(IDataProtectionProvider p)
 {
     Console.WriteLine(p.GetType());
 }