Пример #1
0
 // DELETE: api/Admin/5
 public void Delete(int id)
 {
     adminobj.AdminDelete(id);
 }