コード例 #1
0
 public Producer FindProducerById(string producerId)
 {
     repository.FindById(producerId);
     return(repository.Producer);
 }