Example #1
0
 public void Put <T>(string key, T item)
 {
     _angularCookieStore.Put(key, item);
 }