コード例 #1
0
 public Fornecedor Get(int id)
 {
     return(_dao.Get(id));
 }