コード例 #1
0
 public bool ExistEquipmentWithCode(String code)
 {
     return(equipmentService.ExistEquipmentWithCode(code));
 }