Пример #1
0
 public ProxyController()
 {
     if (Login.TryLogin())
     {
         allContacts = ProxyService.GetOdataCollection();
     }
 }