Beispiel #1
0
 public void TestMethod2()
 {
     User u  = new User();
     bool v1 = u.FindLoginName("test2324");
     bool v2 = u.Find(3);
 }