Exemple #1
0
 public Producent GetProducentById(int id)
 {
     return(producentRepo.Get(id));
 }