예제 #1
0
 public void AddWar(WarDTO War)
 {
     bddInterf.AddWar(War);
 }