コード例 #1
0
ファイル: StockInService.cs プロジェクト: mkbiltek2019/dlerp
 public string GetStockSemiNo()
 {
     return(_stockinRepository.GetStockSemiNo());
 }