コード例 #1
0
 public long Insert(ProdutoDomain obj)
 {
     return _business.Insert(obj);
 }