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