コード例 #1
0
ファイル: ContextBLL.cs プロジェクト: sosdesos/ArmyBuilder
 public void ArmyDelete(int ArmyID)
 {
     _context.ArmyDelete(ArmyID);
 }