Exemplo n.º 1
0
 public bool ActivatePerspective(string Perspective, int Options)
 {
     return(eaRepository.ActivatePerspective(Perspective, Options));
 }