コード例 #1
0
ファイル: OrderInfoBll.cs プロジェクト: yang123vc/ItcastCater
 public bool DeleteOdiByOId(int OId)
 {
     return(oiDal.DeleteOdiByOId(OId) > 0);
 }