Exemplo n.º 1
0
 public bool Update(Product entity)
 {
     return true;
 }
Exemplo n.º 2
0
 public bool Insert(Product entity)
 {
     return true;
 }