Exemple #1
0
 public string CheckLogin(User user)
 {
     MysqlHelper mysqlhelper = new MysqlHelper();
       string status =   mysqlhelper.CheckSession(user);
     return status;
 }