コード例 #1
0
 public void UpdateConsulate(int Id, LocationMaster locationmasterUpdate)
 {
     locationdal.UpdateConsulate(Id, locationmasterUpdate);
 }