예제 #1
0
 public string login(string userName, string password)
 {
     return(userservice.Login(userName, password));
 }