예제 #1
0
 public bool AccountLogin(string UserName, string Password)
 {
     return(dal.AccountLogin(UserName, Password));
 }