Keeps the details of a shard
Esempio n. 1
0
 public void EditShard(long shardId, Shard shard, ShardWile shardWile)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void AddShard(Shard shard, ShardWile shardWile)
 {
     throw new NotImplementedException();
 }