コード例 #1
0
ファイル: ImportBLL.cs プロジェクト: souvik0682/ems-nvocc
 public void DeleteBL(long BLId)
 {
     ImportBLDAL.DeleteBL(BLId);
 }