Ejemplo n.º 1
0
 protected NoSqlTableForSetupAbstract(NoSqlSetupByPartition tableStorage)
 {
     _tableStorage = tableStorage;
     Partition     = DefaultPartition;
 }