コード例 #1
0
 public bool DeleteComponent(int id)
 {
     return(_componentRepository.DeleteById(id));
 }