Example #1
0
 // DELETE: api/NVDonGoiMonApi/5
 public string Delete(string maDon)
 {
     if (DonGoiMonModel.HuyDonGoiMon(maDon))
     {
         return("Huy thanh cong!");
     }
     else
     {
         return("Huy that bai!");
     }
 }