Example #1
0
 public string DeleteThisBook(string bookID)
 {
     if (aBookGateway.DeleteThisBook(bookID))
     {
         return("Delete Successful");
     }
     return("Something Wrong");
 }