Пример #1
0
 public bool AddPerspective(string Perspective, int Options)
 {
     return(eaRepository.AddPerspective(Perspective, Options));
 }