Ejemplo n.º 1
0
 public string RemoveAccountApp(int accid, int appkey)
 {
     if (ShopDetails.RemoveAccountApp(accid, appkey))
     {
         return("1");
     }
     else
     {
         return("2");
     }
 }