public void MyTestCleanup()
 {
     BusinessPrincipal.Logout();
 }
Пример #2
0
 private void Logout()
 {
     BusinessPrincipal.Logout();
 }