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