Exemplo n.º 1
0
 public void CityUpdate(int Id, LocationMaster locationmasterUpdate)
 {
     locationdal.UpdateCity(Id, locationmasterUpdate);
 }