コード例 #1
0
 public void Update(Data.ShoppingCartM.ProductOrder model)
 {
     _ProductOrderRepository.Update(model);
 }
コード例 #2
0
 public void Insert(Data.ShoppingCartM.ProductOrder model)
 {
     _ProductOrderRepository.Insert(model);
 }