Exemplo n.º 1
0
 public bool CheckUserPassword(int UserID, string pwd)
 {
     return(aidePlatformManagerData.CheckUserPassword(UserID, pwd));
 }