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