コード例 #1
0
 public CookieProvider(ICookieImplementation cookieImplementation)
 {
     _cookieImplementation = cookieImplementation;
 }
コード例 #2
0
 public CookieProvider()
 {
     _cookieImplementation = new HttpContextCookieImplementation();
 }