Пример #1
0
 private bool ArmyExists(int id)
 {
     return(_armyService.EntityExist(id));
 }