Exemple #1
0
 //Metody dla producentów
 public IEnumerable <Producent> GetAllProducents()
 {
     return(producentRepo.GetAll());
 }