Пример #1
0
 public string CheckIDDV(string id)
 {
     if (id != null || id != "")
     {
         DonViBLL ql = new DonViBLL();
         return(ql.CheckDonVi(id).ToString());
     }
     return("true");
 }