예제 #1
0
 public bool SelectSystemUser(string adminid, string password)
 {
     return(sDAL.SelectSystemUser(adminid, password));
 }