Example #1
0
 public ScanDataSet GetUserByUserInfo(string userCode, string password)
 {
     return(iUserInfo.GetUserByUserInfo(userCode, password));
 }