コード例 #1
0
 public void RemoveProductFromVariant(Guid?ProductID)
 {
     _db.RemoveProductFromVariant(ProductID, _UserName);
 }