예제 #1
0
 public ICollection <Producer> SearchProducerByName(string producerName)
 {
     return(_repository.SearchProducerByName(producerName));
 }