コード例 #1
0
 public IEnumerable <Produto> GetByName(string nome)
 {
     return(_produtoBusiness.GetByName(nome));
 }