コード例 #1
0
 public ProdutoDomain GetById(int id)
 {
     return _business.GetById(id);
 }