Beispiel #1
0
 public void Set()
 {
     try
     {
         //goi store Reset_Target
         _targetServices.ResetTarget();
     }
     catch (Exception)
     {
     }
 }
Beispiel #2
0
 public JsonResult ResetTaget()
 {
     try
     {
         //goi store Reset_Target
         _targetServices.ResetTarget();
         return(Json("OK", JsonRequestBehavior.AllowGet));
     }
     catch (Exception)
     {
         return(Json("NOT OK", JsonRequestBehavior.AllowGet));
     }
 }