Ejemplo n.º 1
0
 public List <MaterialCostModel> ReportCostDetail(string key)
 {
     return(_stockoutRepository.ReportCostDetail(key));
 }