Example #1
0
 public bool Delete(int id)
 {
     return(pJService.Delete(id));
 }
Example #2
0
 // DELETE: api/PJ/5
 public void Delete(int id)
 {
     pjService.Delete(id);
 }