예제 #1
0
 public bool Update(Product entity)
 {
     return true;
 }
예제 #2
0
 public bool Insert(Product entity)
 {
     return true;
 }