コード例 #1
0
ファイル: WarehouseBLL.cs プロジェクト: daniel-ehsure/WMS-NT
 public bool Save(T_JB_WAREHOUSE mo)
 {
     return(dal.Save(mo));
 }