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