Exemplo n.º 1
0
 private string CheckExist(string ResID, string Condtion)
 {
     if (CommonMethod.CheckExist(ResID, Condtion) > 0)
     {
         return("{\"success\": true}");
     }
     else
     {
         return("{\"success\": false}");
     }
 }