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