Beispiel #1
0
 public bool Delete(int id)
 {
     return(cities.Delete(id));
 }
Beispiel #2
0
 public void Delete(City obj)
 {
     dao.Delete(obj);
 }