コード例 #1
0
 public List <Hardware> GetAllHardware()
 {
     return(repository.GetAllHardware());
 }