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