コード例 #1
0
 public bool DeleteCompanyData(CompanyDTO oCompanyDTO)
 {
     return(oCompanyBL.CompanyDelete(oCompanyDTO));
 }