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