示例#1
0
 public void Delete(City entity)
 {
     _cityDAL.Remove(entity);
 }