Exemple #1
0
 public AzureTableRole()
 {
     base.PartitionKey = "Roles";
     mapper            = new UltraMapper.Mapper(UltramapperConfiguration.Get());
 }
 public AzureTableUser()
 {
     base.PartitionKey = PARTITIONKEY;
     mapper            = new UltraMapper.Mapper(UltramapperConfiguration.Get());
 }