コード例 #1
0
ファイル: DalManager.cs プロジェクト: Nerpson/throne_of_zz
 public int PutWar(int id, War war)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: DalManager.cs プロジェクト: Nerpson/throne_of_zz
 public int PostWar(War war)
 {
     throw new NotImplementedException();
 }