示例#1
0
 public int GetUserId(string username, string password)
 {
     return(_userDAL.GetUserId(username, password));
 }