Exemple #1
0
 public Producer GetSingleById(int id)
 {
     return(_producerRepository.GetSingleById(id));
 }