コード例 #1
0
ファイル: OrderBLL.cs プロジェクト: aftabnabi/MilkCRMUI
 public void Update(Order order)
 {
     db.Update(order);
 }