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