Exemple #1
0
 public void AddNewProducent(Producent producent)
 {
     producentRepo.Insert(producent);
 }