コード例 #1
0
 public static int deleteParameter(int id)
 {
     return(ParameterService.deleteParameterById(id));
 }