Esempio n. 1
0
 public bool DeleteStockIn(string no)
 {
     return(_stockinRepository.DeleteStockIn(no));
 }