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