Exemplo n.º 1
0
 public enBaskTableSessionCache()
 {
     _tableClient = new TableClient(APP_NAME, TABLE_NAME, 3);
     _tableClient.CreateIfNotExsistAsync().GetAwaiter().GetResult();
 }
Exemplo n.º 2
0
 public MyUserManager()
 {
     _tableClient = new TableClient(APP_NAME, TABLE_NAME, 3);
     _tableClient.CreateIfNotExsistAsync().GetAwaiter().GetResult();
 }