コード例 #1
0
 public List <Produto> List()
 {
     return(_produtoBusiness.List());
 }