Example #1
0
 public void AddTerritory(TerritoryDTO Territory)
 {
     bddInterf.AddTerritory(Territory);
 }