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