예제 #1
0
 public SystemUser Login(string UserId, string Password)
 {
     return(bll.Login(UserId, Password));
 }