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