示例#1
0
 public bool DeleteStockOut(string no)
 {
     return(_stockoutRepository.DeleteStockOut(no));
 }