Example #1
0
 public string DeleteCat(int id)
 {
     catRepo.Delete(id);
     return("Cat " + id + " deleted.");
 }