Keeps for details of ShardWile table
예제 #1
0
파일: XmlDataWriter.cs 프로젝트: Vadi/Cedar
 public void EditShard(long shardId, Shard shard, ShardWile shardWile)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: XmlDataWriter.cs 프로젝트: Vadi/Cedar
 public void AddShard(Shard shard, ShardWile shardWile)
 {
     throw new NotImplementedException();
 }