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