コード例 #1
0
ファイル: BomService.cs プロジェクト: mkbiltek2019/dlerp
 public string AddStockOut(int staff, int dep, int supplier, int bomordersn, double amount, int outtype, string remark, string deportStaff)
 {
     return(_BomRepository.AddStockOut(staff, dep, supplier, bomordersn, amount, outtype, remark, deportStaff));
 }