コード例 #1
0
 public List <Manufacturer> FindAllManufacturers()
 {
     return(_thyMenaManufacturerRepository.FindAllItems());
 }