Example #1
0
 public ActionResult Delete(string guid)
 {
     if (Pass.DeletePass(guid))
     {
         return(Ok());
     }
     return(NotFound());
 }