Пример #1
0
 public bool ActivateTechnology(string ID)
 {
     return(eaRepository.ActivateTechnology(ID));
 }