public void MyTestCleanup()
 {
     BusinessPrincipal.Logout();
 }
Beispiel #2
0
 private void Logout()
 {
     BusinessPrincipal.Logout();
 }