예제 #1
0
 public string CheckIDTT(string id)
 {
     if (id != null || id != "")
     {
         ThuThuBLL ql = new ThuThuBLL();
         return(ql.CheckMa(id).ToString());
     }
     return("true");
 }