Beispiel #1
0
 public Produto Get(string codigoBarras)
 {
     return(_repository.Get(codigoBarras));
 }