Exemplo n.º 1
0
 public bool DeleteTechnology(string ID)
 {
     return(eaRepository.DeleteTechnology(ID));
 }