コード例 #1
0
 public void CompanyNameEdit(int id, string newCompName)  // api
 {
     compRep.EditCompay(id, newCompName);
 }