コード例 #1
0
 public void Edit(Manufacturer manufacturer)
 {
     _manufacturerRepository.Edit(manufacturer);
 }